mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Update haproxy.cfg
And since i forgott the 1800 and went with 30, 30, 30 here now the correct values. Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
This commit is contained in:
parent
f4b5dbe005
commit
3f1c2384b7
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@ global
|
||||||
maxconn 10
|
maxconn 10
|
||||||
|
|
||||||
defaults
|
defaults
|
||||||
timeout connect 60s
|
timeout connect 30s
|
||||||
timeout client 60s
|
timeout client 30s
|
||||||
timeout server 60s
|
timeout server 1800s
|
||||||
|
|
||||||
frontend http
|
frontend http
|
||||||
mode http
|
mode http
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue