Skip to content

Commit a5dff0a

Browse files
docs(examples): increase httpd ProxyTimeout value (2)
1 parent 3035c25 commit a5dff0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/cluster-httpd/httpd.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ RewriteRule /(.*) balancer://nodes_ws/$1 [P,L]
5151
RewriteCond %{HTTP:Upgrade} !=websocket [NC]
5252
RewriteRule /(.*) balancer://nodes_polling/$1 [P,L]
5353

54-
ProxyTimeout 60 # must be bigger than pingInterval (25s by default) + pingTimeout (20s by default)
54+
# must be bigger than pingInterval (25s by default) + pingTimeout (20s by default)
55+
ProxyTimeout 60

0 commit comments

Comments
 (0)