Wrong haproxy timeout definitions correcting.
This commit is contained in:
@@ -5,8 +5,9 @@ defaults
|
||||
option redispatch
|
||||
option http-server-close
|
||||
log global
|
||||
proxy_connect_timeout 300;
|
||||
proxy_send_timeout 300;
|
||||
proxy_read_timeout 300;
|
||||
proxy_next_upstream off;
|
||||
timeout connect 5s
|
||||
timeout client 24h
|
||||
timeout server 24h
|
||||
option srvtcpka
|
||||
option clitcpka
|
||||
|
||||
|
Reference in New Issue
Block a user