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
|
||||
option httplog
|
||||
option dontlognull
|
||||
timeout connect 10000
|
||||
timeout client 50000
|
||||
timeout server 50000
|
||||
timeout http-request 60s
|
||||
timeout connect 10s
|
||||
timeout client 10s
|
||||
timeout server 10s
|
||||
errorfile 400 /etc/haproxy/errors/400.http
|
||||
errorfile 403 /etc/haproxy/errors/403.http
|
||||
errorfile 408 /etc/haproxy/errors/408.http
|
||||
|
|
Loading…
Reference in a new issue