Skip to content

Fix Location headers for backends that do not understand X-Forwarded-Proto

ale requested to merge proxy-redirects into master

Some backends can't understand that the reverse proxy is terminating SSL, and will generate redirects with a http:// Location URL. The proxy_redirect directive should take care of that.

Merge request reports