Skip to content

Instantly share code, notes, and snippets.

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 QuentinMoss/aceb7d003b0fb7f2f32a to your computer and use it in GitHub Desktop.
Save QuentinMoss/aceb7d003b0fb7f2f32a to your computer and use it in GitHub Desktop.
SSL Termination on Load Balancer with WordPress
#Add to .htaccess to fix content loading issues when using LB SSL Term
SetEnvIf X-Forwarded-Proto https HTTPS=on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment