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 96602bd commit 7900d38Copy full SHA for 7900d38
examples/cluster-httpd/httpd/httpd.conf
@@ -51,4 +51,5 @@ RewriteRule /(.*) balancer://nodes_ws/$1 [P,L]
51
RewriteCond %{HTTP:Upgrade} !=websocket [NC]
52
RewriteRule /(.*) balancer://nodes_polling/$1 [P,L]
53
54
-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)
55
+ProxyTimeout 60
0 commit comments