mirror of
https://github.com/Tecnativa/docker-socket-proxy
synced 2025-07-04 22:32: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:
parent
e37525d157
commit
c2bcf46d6d
@ -3,6 +3,7 @@ global
|
|||||||
|
|
||||||
pidfile /run/haproxy.pid
|
pidfile /run/haproxy.pid
|
||||||
maxconn 4000
|
maxconn 4000
|
||||||
|
no strict-limits
|
||||||
|
|
||||||
# Turn on stats unix socket
|
# Turn on stats unix socket
|
||||||
server-state-file /var/lib/haproxy/server-state
|
server-state-file /var/lib/haproxy/server-state
|
||||||
|
Loading…
Reference in New Issue
Block a user