Change haproxy timeouts
This commit is contained in:
parent
1c1bdc3cbd
commit
92af315e69
1 changed files with 4 additions and 3 deletions
|
@ -14,9 +14,10 @@ defaults
|
||||||
mode http
|
mode http
|
||||||
option httplog
|
option httplog
|
||||||
option dontlognull
|
option dontlognull
|
||||||
timeout connect 10000
|
timeout http-request 60s
|
||||||
timeout client 50000
|
timeout connect 10s
|
||||||
timeout server 50000
|
timeout client 10s
|
||||||
|
timeout server 10s
|
||||||
errorfile 400 /etc/haproxy/errors/400.http
|
errorfile 400 /etc/haproxy/errors/400.http
|
||||||
errorfile 403 /etc/haproxy/errors/403.http
|
errorfile 403 /etc/haproxy/errors/403.http
|
||||||
errorfile 408 /etc/haproxy/errors/408.http
|
errorfile 408 /etc/haproxy/errors/408.http
|
||||||
|
|
Loading…
Reference in a new issue