We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e022173 + 2142f8a commit e2aea74Copy full SHA for e2aea74
images/router/haproxy/conf/haproxy-config.template
@@ -39,6 +39,7 @@ defaults
39
option httplog
40
log global
41
{{ end }}
42
+ timeout http-request {{env "ROUTER_SLOWLORIS_TIMEOUT" "10s" }}
43
timeout connect 5s
44
timeout client 30s
45
timeout server 30s
0 commit comments