comparison xml/en/docs/http/ngx_http_proxy_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
162 <syntax><literal>on</literal> | <literal>off</literal></syntax> 162 <syntax><literal>on</literal> | <literal>off</literal></syntax>
163 <default>off</default> 163 <default>off</default>
164 <context>http</context> 164 <context>http</context>
165 <context>server</context> 165 <context>server</context>
166 <context>location</context> 166 <context>location</context>
167 <appeared-in>1.1.12</appeared-in>
167 168
168 <para> 169 <para>
169 When enabled, only one request at a time will be allowed to populate 170 When enabled, only one request at a time will be allowed to populate
170 a new cache element identified according to the <link id="proxy_cache_key"/> 171 a new cache element identified according to the <link id="proxy_cache_key"/>
171 directive by passing a request to a proxied server. 172 directive by passing a request to a proxied server.
182 <syntax><value>time</value></syntax> 183 <syntax><value>time</value></syntax>
183 <default>5s</default> 184 <default>5s</default>
184 <context>http</context> 185 <context>http</context>
185 <context>server</context> 186 <context>server</context>
186 <context>location</context> 187 <context>location</context>
188 <appeared-in>1.1.12</appeared-in>
187 189
188 <para> 190 <para>
189 Sets a timeout for <link id="proxy_cache_lock"/>. 191 Sets a timeout for <link id="proxy_cache_lock"/>.
190 </para> 192 </para>
191 193