Skip to content

Instantly share code, notes, and snippets.

@double-p
Created October 7, 2016 21:29
Show Gist options
  • Save double-p/09d4318bc02cab1a5536724a7432f837 to your computer and use it in GitHub Desktop.
Save double-p/09d4318bc02cab1a5536724a7432f837 to your computer and use it in GitHub Desktop.
haproxy frontend
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