From c2bcf46d6d7726ce8f6425c53500fdf612196087 Mon Sep 17 00:00:00 2001 From: josep-tecnativa Date: Mon, 19 Aug 2024 09:14:59 +0200 Subject: [PATCH] [ADD] 'no strict-limits' option in haproxy.cfg This is to prevent FD limit errors during startup. --- haproxy.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/haproxy.cfg b/haproxy.cfg index 43e3526..9450c1e 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -3,6 +3,7 @@ global pidfile /run/haproxy.pid maxconn 4000 + no strict-limits # Turn on stats unix socket server-state-file /var/lib/haproxy/server-state