Skip to content

Instantly share code, notes, and snippets.

@p3x-robot
Last active January 6, 2019 14:45
Show Gist options
  • Select an option

  • Save p3x-robot/e85eb0b9426f0302910b6877ef8f918e to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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