diff xml/en/docs/http/ngx_http_scgi_module.xml @ 1379:91f5c089f4ca

Documented fastcgi_cache_lock_age and look-alikes.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 19 Dec 2014 12:26:10 +0300
parents 25db29c8875e
children 94cac978bda3
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_scgi_module.xml
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_scgi_module"
         link="/en/docs/http/ngx_http_scgi_module.html"
         lang="en"
-        rev="12">
+        rev="13">
 
 <section id="summary">
 
@@ -233,6 +233,24 @@ this element to be released, up to the t
 </directive>
 
 
+<directive name="scgi_cache_lock_age">
+<syntax><value>time</value></syntax>
+<default>5s</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.7.8</appeared-in>
+
+<para>
+If the last request passed to the SCGI server
+for populating a new cache element
+has not completed for the specified <value>time</value>,
+one more request may be passed to the SCGI server.
+</para>
+
+</directive>
+
+
 <directive name="scgi_cache_lock_timeout">
 <syntax><value>time</value></syntax>
 <default>5s</default>
@@ -243,6 +261,12 @@ this element to be released, up to the t
 
 <para>
 Sets a timeout for <link id="scgi_cache_lock"/>.
+When the <value>time</value> expires,
+the request will be passed to the SCGI server,
+however, the response will not be cached.
+<note>
+Before 1.7.8, the response could be cached.
+</note>
 </para>
 
 </directive>