Last active
January 6, 2019 14:45
-
-
Save p3x-robot/e85eb0b9426f0302910b6877ef8f918e to your computer and use it in GitHub Desktop.
JOOMLA always enable HTTPS on NGINX HTTP Reverse Proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# in the proxy part, add in this: | |
proxy_set_header X-Forwarded-Proto https; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Joomla finds out this based on this.