comparison 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
comparison
equal deleted inserted replaced
834:1a6cb3e282fe 835:e0263d44a59b
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="15"> 13 rev="16">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
860 <context>location</context> 860 <context>location</context>
861 861
862 <para> 862 <para>
863 The first parameter sets a timeout during which a keep-alive 863 The first parameter sets a timeout during which a keep-alive
864 client connection will stay open on the server side. 864 client connection will stay open on the server side.
865 The value of zero disables keep-alive client connections.
865 The optional second parameter sets a value in the 866 The optional second parameter sets a value in the
866 <header>Keep-Alive: timeout=<value>time</value></header> 867 <header>Keep-Alive: timeout=<value>time</value></header>
867 response header field. 868 response header field.
868 Two parameters may differ. 869 Two parameters may differ.
869 </para> 870 </para>