Skip to content

Commit

Permalink
docs(examples): increase httpd ProxyTimeout value (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 20, 2023
1 parent 3035c25 commit a5dff0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/cluster-httpd/httpd.conf
Expand Up @@ -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

0 comments on commit a5dff0a

Please sign in to comment.