Skip to content

Commit

Permalink
update default haproxy.cfg for newer version of haproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Mar 13, 2016
1 parent 536acbe commit 6699408
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ defaults
mode http
#option httplog
#option dontlognull
contimeout 5000
clitimeout 50000
srvtimeout 50000
timeout connect 5s
timeout client 60s
timeout server 60s

balance roundrobin
option abortonclose
Expand All @@ -28,7 +28,8 @@ defaults
errorfile 503 /etc/haproxy/errors/503.http
errorfile 504 /etc/haproxy/errors/504.http

listen stats 0.0.0.0:9001 # Listen on all IP's on port 9000
listen stats
bind 0.0.0.0:9001 # Listen on all IP's on port 9000
mode http
balance
timeout client 5000
Expand Down

0 comments on commit 6699408

Please sign in to comment.