Re: relayd as a reverse-proxy in front of OpenBSD httpd + custom Golang httpd

2015-10-27 Thread Hiltjo Posthuma
On Sun, Oct 25, 2015 at 7:30 PM, Hiltjo Posthuma wrote: > My /etc/relayd.conf looked something like this: > > table { 127.0.0.1 } > > http protocol "protmyapp" { > return error > > # TODO: forward non-matching traffic to standard httpd. > match request head

relayd as a reverse-proxy in front of OpenBSD httpd + custom Golang httpd

2015-10-25 Thread Hiltjo Posthuma
Hi folks!, I have a question about how to convert my current setup with nginx + fastcgi to OpenBSD httpd + slowcgi and relayd. The setup is pretty simple, I have the follow subdomains: www.mydomain.org - OpenBSD httpd, static pages. git.mydomain.org - OpenBSD httpd, slowcgi and cgit. som