vibenews icon indicating copy to clipboard operation
vibenews copied to clipboard

Redirect fails behind rproxy

Open logicfish opened this issue 9 years ago • 1 comments

Running vibenews behind a varnish proxy. After signup, the software redirects to a url containing the local bound port, rather than the one for the proxy.

logicfish avatar Oct 04 '16 11:10 logicfish

You need to configure the proxy to set the X-Forwarded-Port (and possibly X-Forwarded-Proto) headers to make redirects work correctly. I don't know how the Varnish configuration for would look like, so if you make it work, it would be nice to put that in the wiki as a reference.

s-ludwig avatar Oct 04 '16 13:10 s-ludwig