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 63f181c commit 3035c25Copy full SHA for 3035c25
examples/cluster-httpd/httpd.conf
@@ -51,4 +51,4 @@ RewriteRule /(.*) balancer://nodes_ws/$1 [P,L]
51
RewriteCond %{HTTP:Upgrade} !=websocket [NC]
52
RewriteRule /(.*) balancer://nodes_polling/$1 [P,L]
53
54
-ProxyTimeout 3
+ProxyTimeout 60 # must be bigger than pingInterval (25s by default) + pingTimeout (20s by default)
0 commit comments