We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3035c25 commit a5dff0aCopy full SHA for a5dff0a
examples/cluster-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