Explicitly support reverse proxies
While it should be possible to configure nginx/haproxy/etc to act as a transparent reverse proxy, it is a commonly accepted convention to use the X-Forwarded-Host
and X-Forwarded-Proto
to pass the original requested url to the proxied application.
It would be nice to support these headers.
3
votes

-
original request: http://help.octopusdeploy.com/discussions/problems/48779