Skip to content

Instantly share code, notes, and snippets.

@spectrox
Created April 28, 2018 13:36
Show Gist options
  • Save spectrox/5a56aad8f385ffb6aee77c160090dfdc to your computer and use it in GitHub Desktop.
Save spectrox/5a56aad8f385ffb6aee77c160090dfdc to your computer and use it in GitHub Desktop.
HTTP -> HTTPS rewrite (Apache behind nginx proxy)
RewriteCond %{HTTP:X-Forwarded-Port} !=443
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment