1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-07-04 14:22:36 +00:00

[ADD] 'no strict-limits' option in haproxy.cfg

This is to prevent FD limit errors during startup.
This commit is contained in:
josep-tecnativa 2024-08-19 09:14:59 +02:00
parent e37525d157
commit c2bcf46d6d

View File

@ -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