diff --git a/scripts/haproxy_template.cfg b/scripts/haproxy_template.cfg index fcd9fd9..3fa3185 100644 --- a/scripts/haproxy_template.cfg +++ b/scripts/haproxy_template.cfg @@ -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