comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 310:86732337c730

Added a historical information for proxy_cache_lock, proxy_cache_lock_timeout, fastcgi_cache_lock, and fastcgi_cache_lock_timeout directives.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 12 Jan 2012 12:22:06 +0000
parents df728215db07
children 1fb1c077658b
comparison
equal deleted inserted replaced
309:6c9341b60e6a 310:86732337c730
134 <syntax><literal>on</literal> | <literal>off</literal></syntax> 134 <syntax><literal>on</literal> | <literal>off</literal></syntax>
135 <default>off</default> 135 <default>off</default>
136 <context>http</context> 136 <context>http</context>
137 <context>server</context> 137 <context>server</context>
138 <context>location</context> 138 <context>location</context>
139 <appeared-in>1.1.12</appeared-in>
139 140
140 <para> 141 <para>
141 When enabled, only one request at a time will be allowed to populate 142 When enabled, only one request at a time will be allowed to populate
142 a new cache element identified according to the <link id="fastcgi_cache_key"/> 143 a new cache element identified according to the <link id="fastcgi_cache_key"/>
143 directive by passing a request to a FastCGI server. 144 directive by passing a request to a FastCGI server.
154 <syntax><value>time</value></syntax> 155 <syntax><value>time</value></syntax>
155 <default>5s</default> 156 <default>5s</default>
156 <context>http</context> 157 <context>http</context>
157 <context>server</context> 158 <context>server</context>
158 <context>location</context> 159 <context>location</context>
160 <appeared-in>1.1.12</appeared-in>
159 161
160 <para> 162 <para>
161 Sets a timeout for <link id="fastcgi_cache_lock"/>. 163 Sets a timeout for <link id="fastcgi_cache_lock"/>.
162 </para> 164 </para>
163 165