Created
June 19, 2016 02:52
-
-
Save jeffersonsouza/e8897be2df1e66bf1a7003945f59ae4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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