mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Update haproxy.cfg
Due to some testing its possible to install the agent via occ and the frontend by setting this on 60s. Lower values didn't work in my testing. Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
This commit is contained in:
parent
1c4fa05601
commit
f4b5dbe005
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@ global
|
|||
maxconn 10
|
||||
|
||||
defaults
|
||||
timeout connect 10s
|
||||
timeout client 10s
|
||||
timeout server 10s
|
||||
timeout connect 60s
|
||||
timeout client 60s
|
||||
timeout server 60s
|
||||
|
||||
frontend http
|
||||
mode http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue