Skip to content

Instantly share code, notes, and snippets.

@jacobat
Created June 16, 2015 18:24
Show Gist options
  • Save jacobat/1469e42a0ca6d3983cb8 to your computer and use it in GitHub Desktop.
Save jacobat/1469e42a0ca6d3983cb8 to your computer and use it in GitHub Desktop.
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