add maxconn value to haproxy

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-10-19 20:37:17 +02:00
parent 22392b0a94
commit 36acb8e4e6

View file

@ -1,5 +1,8 @@
# Inspiration: https://github.com/Tecnativa/docker-socket-proxy/blob/master/haproxy.cfg
global
maxconn 10
defaults
timeout connect 10s
timeout client 10s