Skip to content

Instantly share code, notes, and snippets.

@jeffersonsouza
Created June 19, 2016 02:52
Show Gist options
  • Save jeffersonsouza/e8897be2df1e66bf1a7003945f59ae4a to your computer and use it in GitHub Desktop.
Save jeffersonsouza/e8897be2df1e66bf1a7003945f59ae4a to your computer and use it in GitHub Desktop.
# HA Proxy http->https config
# ... #
frontend http-frontend
mode http
bind *:80
redirect scheme https if !{ ssl_fc }
# ... #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment