diff --git a/src/haproxy/haproxy.cfg b/src/haproxy/haproxy.cfg index 99e126b..ea5158e 100644 --- a/src/haproxy/haproxy.cfg +++ b/src/haproxy/haproxy.cfg @@ -2,9 +2,9 @@ global tune.ssl.default-dh-param 1024 defaults - timeout connect 5000 - timeout client 50000 - timeout server 50000 + timeout connect 5s + timeout client 50s + timeout server 50s frontend http-in mode http