summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-08-29 19:42:33 +0000
committerLaurent Bercot <ska@appnovation.com>2023-08-29 19:42:33 +0000
commitccdf2a1af57d2ee5012ac1c3d46be24519b4f31d (patch)
tree26c6746c906833de6e243ee821a1631aa25af388 /doc
parent1c2e0af877923cf8f0ed3e046662837f3fb6da35 (diff)
downloadtipidee-ccdf2a1af57d2ee5012ac1c3d46be24519b4f31d.tar.xz
Doc fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/tipidee.conf.html4
1 files 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 <a href="tipideed.html">tipideed</a> will
send a 504 (Gateway Timeout) response to the client. </li>
<li> The default is 0, meaning infinite: <a href="tipideed.html">tipideed</a>
-will wait forever until the network uncongests and its client starts to behave. </li>
- <li> An example setting is <tt>global write_timeout 10000</tt>, giving any
+will wait forever until CGI scripts write their output. </li>
+ <li> An example setting is <tt>global cgi_timeout 10000</tt>, giving any
CGI scripts 10 seconds to complete &mdash; most users aren't willing to wait
more than a few seconds for a page to render anyway. </li>
</ul>