Skip to content

Instantly share code, notes, and snippets.

@p3x-robot
Last active January 6, 2019 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p3x-robot/e85eb0b9426f0302910b6877ef8f918e to your computer and use it in GitHub Desktop.
Save p3x-robot/e85eb0b9426f0302910b6877ef8f918e to your computer and use it in GitHub Desktop.
JOOMLA always enable HTTPS on NGINX HTTP Reverse Proxy
# in the proxy part, add in this:
proxy_set_header X-Forwarded-Proto https;
@p3x-robot
Copy link
Author

Joomla finds out this based on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment