mirror of
https://github.com/getgrav/grav.git
synced 2026-09-07 06:59:27 +02:00
* `HTTPS=on` * `X-Forwarded-Proto https` Still, the latest virtualhost would still provide `REQUEST_SCHEME` which, contrary to HTTPS environment, would not be overriden (eg: Apache only creates `REDIRECT_REQUEST_SCHEME` with the requested value). This change gives priority to non-empty `HTTPS` over `REQUEST_SCHEME`.