From 319ef1a3811b9f48f67fcba9f83c51f380216ce1 Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 23 Jun 2022 11:26:52 +0000 Subject: [PATCH] Setting 300s timeout values in haproxy global template. --- scripts/haproxy_template.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/haproxy_template.cfg b/scripts/haproxy_template.cfg index 022bb5a..b21101b 100644 --- a/scripts/haproxy_template.cfg +++ b/scripts/haproxy_template.cfg @@ -1,9 +1,9 @@ global log stdout format raw local0 debug defaults - timeout client 30s - timeout server 30s - timeout connect 5s + timeout client 300s + timeout server 300s + timeout connect 60s mode http option redispatch option http-server-close