diff --git a/haproxy/haproxy.cfg b/haproxy/haproxy.cfg index fd4a92e..2286cc6 100644 --- a/haproxy/haproxy.cfg +++ b/haproxy/haproxy.cfg @@ -12,9 +12,10 @@ defaults mode http option httplog option dontlognull - timeout connect 5000 - timeout client 50000 - timeout server 50000 + timeout connect 3600000 + timeout client 3600000 + timeout server 3600000 + timeout tunnel 3600000 listen ssh bind :::22 v4v6 balance roundrobin @@ -40,10 +41,6 @@ listen soju mode tcp option tcp-check server pubnix 10.7.0.2:6697 check inter 10s fall 2 rise 1 - timeout connect 3600000 - timeout client 3600000 - timeout server 3600000 - timeout tunnel 3600000 listen iperf3 bind :::5202 v4v6 balance roundrobin