mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 05:51:49 +08:00
add maxconn value to haproxy
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
22392b0a94
commit
36acb8e4e6
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
# Inspiration: https://github.com/Tecnativa/docker-socket-proxy/blob/master/haproxy.cfg
|
# Inspiration: https://github.com/Tecnativa/docker-socket-proxy/blob/master/haproxy.cfg
|
||||||
|
|
||||||
|
global
|
||||||
|
maxconn 10
|
||||||
|
|
||||||
defaults
|
defaults
|
||||||
timeout connect 10s
|
timeout connect 10s
|
||||||
timeout client 10s
|
timeout client 10s
|
||||||
|
|
Loading…
Reference in a new issue