Skip to content

Instantly share code, notes, and snippets.

@ezhuk
Last active March 28, 2017 20:37
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezhuk/7011493 to your computer and use it in GitHub Desktop.
Save ezhuk/7011493 to your computer and use it in GitHub Desktop.
Force HTTPS in HAProxy behind Amazon ELB.
frontend main *:80
acl is_http hdr(X-Forwarded-Proto) http
redirect prefix https://example.com code 301 if is_http
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment