30 lines
974 B
INI
30 lines
974 B
INI
|
defaults
|
||
|
mode http
|
||
|
log global
|
||
|
option httplog
|
||
|
option dontlognull
|
||
|
option http-server-close
|
||
|
option forwardfor except 127.0.0.0/8
|
||
|
option redispatch
|
||
|
retries 3
|
||
|
timeout http-request 10s
|
||
|
timeout queue 1m
|
||
|
timeout connect 10s
|
||
|
timeout client 10m
|
||
|
timeout server 10m
|
||
|
timeout http-keep-alive 10s
|
||
|
timeout check 10s
|
||
|
maxconn 3000
|
||
|
|
||
|
# Allow seamless reloads
|
||
|
load-server-state-from-file global
|
||
|
|
||
|
# Use provided example error pages
|
||
|
errorfile 400 /etc/haproxy/errors/400.http
|
||
|
errorfile 403 /etc/haproxy/errors/403.http
|
||
|
errorfile 408 /etc/haproxy/errors/408.http
|
||
|
errorfile 500 /etc/haproxy/errors/500.http
|
||
|
errorfile 502 /etc/haproxy/errors/502.http
|
||
|
errorfile 503 /etc/haproxy/errors/503.http
|
||
|
errorfile 504 /etc/haproxy/errors/504.http
|