From 222ddfaa2ca4ba7c9cb0973d3057f49f6083cef2 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 11 Nov 2024 18:14:06 +0100 Subject: [PATCH] updated haproxy state --- states/haproxy/defaults.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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