Created
October 7, 2016 21:29
-
-
Save double-p/09d4318bc02cab1a5536724a7432f837 to your computer and use it in GitHub Desktop.
haproxy frontend
This file contains 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
default one_two | |
timeout connect 5s | |
frontend one | |
bind :1443 ssl crt ... | |
bind :1080 | |
frontend two | |
bind :2443 ssl crt ... | |
bind :2080 | |
default three | |
timeout connect 2s | |
frontend three |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment