Created
June 12, 2011 22:17
-
-
Save kenmazaika/1022055 to your computer and use it in GitHub Desktop.
haproxy.cfg
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 | |
daemon | |
nbproc 1 | |
defaults | |
mode http | |
clitimeout 60000 | |
srvtimeout 30000 | |
contimeout 4000 | |
option httpclose | |
frontend public | |
bind :80 | |
default_backend opscode | |
backend opscode | |
server srv 127.0.0.1:4040 maxconn 254 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment