docs(examples): increase httpd ProxyTimeout value (2)

This commit is contained in:
Damien Arrachequesne
2023-06-21 00:07:44 +02:00
parent 3035c25982
commit a5dff0ac83

View File

@@ -51,4 +51,5 @@ RewriteRule /(.*) balancer://nodes_ws/$1 [P,L]
RewriteCond %{HTTP:Upgrade} !=websocket [NC]
RewriteRule /(.*) balancer://nodes_polling/$1 [P,L]
ProxyTimeout 60 # must be bigger than pingInterval (25s by default) + pingTimeout (20s by default)
# must be bigger than pingInterval (25s by default) + pingTimeout (20s by default)
ProxyTimeout 60