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