From ccdf2a1af57d2ee5012ac1c3d46be24519b4f31d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 29 Aug 2023 19:42:33 +0000 Subject: Doc fix Signed-off-by: Laurent Bercot --- doc/tipidee.conf.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html index 42c1afc..eb2b7f4 100644 --- a/doc/tipidee.conf.html +++ b/doc/tipidee.conf.html @@ -237,8 +237,8 @@ the maximum duration that a CGI script spawned by the script will be killed, and tipideed will send a 504 (Gateway Timeout) response to the client.
  • The default is 0, meaning infinite: tipideed -will wait forever until the network uncongests and its client starts to behave.
  • -
  • An example setting is global write_timeout 10000, giving any +will wait forever until CGI scripts write their output.
  • +
  • An example setting is global cgi_timeout 10000, giving any CGI scripts 10 seconds to complete — most users aren't willing to wait more than a few seconds for a page to render anyway.
  • -- cgit v1.3.1