We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76e5dc commit cebba2eCopy full SHA for cebba2e
packaging/aleph-vm/etc/haproxy/haproxy-aleph.cfg
@@ -28,8 +28,8 @@ defaults
28
#option httplog
29
option dontlognull
30
timeout connect 5000
31
- timeout client 50000
32
- timeout server 50000
+ timeout client 300000
+ timeout server 300000
33
errorfile 400 /etc/haproxy/errors/400.http
34
errorfile 403 /etc/haproxy/errors/403.http
35
errorfile 408 /etc/haproxy/errors/408.http
0 commit comments