diff xml/en/docs/http/ngx_http_core_module.xml @ 835:e0263d44a59b

Http core: documented "keepalive_timeout 0".
author Ruslan Ermilov <ru@nginx.com>
date Thu, 07 Feb 2013 16:59:52 +0400
parents ddd22f571529
children 9dab69f2b71d
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="15">
+        rev="16">
 
 <section id="directives" name="Directives">
 
@@ -862,6 +862,7 @@ After this many requests are made, the c
 <para>
 The first parameter sets a timeout during which a keep-alive
 client connection will stay open on the server side.
+The value of zero disables keep-alive client connections.
 The optional second parameter sets a value in the
 <header>Keep-Alive: timeout=<value>time</value></header>
 response header field.