Change haproxy timeouts

This commit is contained in:
Jake Howard 2020-03-13 22:26:18 +00:00
parent 1c1bdc3cbd
commit 92af315e69
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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