Created
June 16, 2015 18:24
-
-
Save jacobat/1469e42a0ca6d3983cb8 to your computer and use it in GitHub Desktop.
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
global | |
maxconn 4096 | |
log 127.0.0.1 local1 debug | |
debug | |
defaults | |
mode http | |
timeout connect 5000ms | |
timeout client 50000ms | |
timeout server 50000ms | |
log global | |
retries 3 | |
listen admin | |
bind *:8080 | |
stats enable | |
frontend service-in | |
bind *:6080 | |
default_backend service-web: | |
backend service-web: | |
balance roundrobin | |
option httplog | |
server docker3.my.server.dc1.com 10.0.100.6:51827 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment