Created
September 9, 2009 21:09
-
-
Save joewilliams/184081 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| 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