Skip to content

Instantly share code, notes, and snippets.

@joewilliams
Created September 9, 2009 21:09
Show Gist options
  • Save joewilliams/184081 to your computer and use it in GitHub Desktop.
Save joewilliams/184081 to your computer and use it in GitHub Desktop.
global
log localhost local1
maxconn 10000
ulimit-n 65536
nbproc 2
user haproxy
group haproxy
stats socket /var/run/haproxy.socket
defaults
mode http
log global
option httplog
balance roundrobin
option forwardfor
clitimeout 150000
srvtimeout 30000
contimeout 4000
stats enable
stats auth stats:stats
stats uri /haproxy_stats
<snip>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment