From a5dff0ac83ac5e2b0e518c6d054b2c9b252b2558 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 21 Jun 2023 00:07:44 +0200 Subject: [PATCH] docs(examples): increase httpd ProxyTimeout value (2) --- examples/cluster-httpd/httpd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/cluster-httpd/httpd.conf b/examples/cluster-httpd/httpd.conf index f8ef57bd..a3a66b6a 100644 --- a/examples/cluster-httpd/httpd.conf +++ b/examples/cluster-httpd/httpd.conf @@ -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