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
# see https://github.com/postrank-labs/goliath/wiki/HAProxy | |
global | |
pidfile /var/run/haproxy.pid | |
log 127.0.0.1 local0 info | |
maxconn 64000 | |
defaults | |
clitimeout 60000 # maximum inactivity time on the client side | |
srvtimeout 60000 # maximum inactivity time on the server side |