diff --git a/states/haproxy/defaults.yaml b/states/haproxy/defaults.yaml index 5bc3d22..67c7c23 100644 --- a/states/haproxy/defaults.yaml +++ b/states/haproxy/defaults.yaml @@ -86,6 +86,10 @@ haproxy: timeout client: 60m timeout connect: 2s timeout server: 60m + timeout http-request: 10s + timeout http-keep-alive: 2s + timeout client-fin: 1s + timeout server-fin: 1s balance: roundrobin check: true http_port: 80