diff --git a/grafana_monitoring/roles/haproxy/templates/haproxy.cfg.j2 b/grafana_monitoring/roles/haproxy/templates/haproxy.cfg.j2 index 7c18d76c..eff54434 100644 --- a/grafana_monitoring/roles/haproxy/templates/haproxy.cfg.j2 +++ b/grafana_monitoring/roles/haproxy/templates/haproxy.cfg.j2 @@ -3,10 +3,10 @@ global defaults mode http - timeout client 10s - timeout connect 5s - timeout server 10s - timeout http-request 10s + timeout client 120s + timeout connect 10s + timeout server 120s + timeout http-request 120s log global frontend stats