mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- Request Apache to send X-Forwarded-Proto header. - Use X-Forwarded-Proto header to understand original protocol requested. - Use X-Forwarded-Host header to understand original host requested. - Allow any incoming host header so that FreedomBox can have any hostname and when user requests for Plint with that hostname, it works. - Don't depend on Apache to rewrite the Location: header. Instead use the original host and original scheme to set proper Location: header.