# HG changeset patch # User Ruslan Ermilov # Date 1418981170 -10800 # Node ID 91f5c089f4ca36000f01ca2fef35b99027990c28 # Parent 6bfd39dc48c54b033dc864df6a2c41af76b443bc Documented fastcgi_cache_lock_age and look-alikes. diff -r 6bfd39dc48c5 -r 91f5c089f4ca xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Thu Dec 18 14:32:53 2014 +0300 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Fri Dec 19 12:26:10 2014 +0300 @@ -10,7 +10,7 @@ + rev="25">
@@ -241,6 +241,24 @@ + +time +5s +http +server +location +1.7.8 + + +If the last request passed to the FastCGI server +for populating a new cache element +has not completed for the specified time, +one more request may be passed to the FastCGI server. + + + + + time 5s @@ -251,6 +269,12 @@ Sets a timeout for . +When the time expires, +the request will be passed to the FastCGI server, +however, the response will not be cached. + +Before 1.7.8, the response could be cached. + diff -r 6bfd39dc48c5 -r 91f5c089f4ca xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml Thu Dec 18 14:32:53 2014 +0300 +++ b/xml/en/docs/http/ngx_http_scgi_module.xml Fri Dec 19 12:26:10 2014 +0300 @@ -10,7 +10,7 @@ + rev="13">
@@ -233,6 +233,24 @@ + +time +5s +http +server +location +1.7.8 + + +If the last request passed to the SCGI server +for populating a new cache element +has not completed for the specified time, +one more request may be passed to the SCGI server. + + + + + time 5s @@ -243,6 +261,12 @@ Sets a timeout for . +When the time expires, +the request will be passed to the SCGI server, +however, the response will not be cached. + +Before 1.7.8, the response could be cached. + diff -r 6bfd39dc48c5 -r 91f5c089f4ca xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml Thu Dec 18 14:32:53 2014 +0300 +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml Fri Dec 19 12:26:10 2014 +0300 @@ -10,7 +10,7 @@ + rev="15">
@@ -233,6 +233,24 @@ + +time +5s +http +server +location +1.7.8 + + +If the last request passed to the uwsgi server +for populating a new cache element +has not completed for the specified time, +one more request may be passed to the uwsgi server. + + + + + time 5s @@ -243,6 +261,12 @@ Sets a timeout for . +When the time expires, +the request will be passed to the uwsgi server, +however, the response will not be cached. + +Before 1.7.8, the response could be cached. + diff -r 6bfd39dc48c5 -r 91f5c089f4ca xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml Thu Dec 18 14:32:53 2014 +0300 +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml Fri Dec 19 12:26:10 2014 +0300 @@ -10,7 +10,7 @@ + rev="25">
@@ -240,6 +240,24 @@ + +время +5s +http +server +location +1.7.8 + + +Если последний запрос, переданный на FastCGI-сервер +для заполнения нового элемента кэша, +не завершился за указанное время, +на FastCGI-сервер может быть передан ещё один запрос. + + + + + время 5s @@ -250,6 +268,12 @@ Задаёт таймаут для . +По истечении указанного времени +запрос будет передан на FastCGI-сервер, +однако ответ не будет закэширован. + +До версии 1.7.8 такой ответ мог быть закэширован. + diff -r 6bfd39dc48c5 -r 91f5c089f4ca xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml Thu Dec 18 14:32:53 2014 +0300 +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml Fri Dec 19 12:26:10 2014 +0300 @@ -10,7 +10,7 @@ + rev="13">
@@ -232,6 +232,24 @@ + +время +5s +http +server +location +1.7.8 + + +Если последний запрос, переданный на SCGI-сервер +для заполнения нового элемента кэша, +не завершился за указанное время, +на SCGI-сервер может быть передан ещё один запрос. + + + + + время 5s @@ -242,6 +260,12 @@ Задаёт таймаут для . +По истечении указанного времени +запрос будет передан на SCGI-сервер, +однако ответ не будет закэширован. + +До версии 1.7.8 такой ответ мог быть закэширован. + diff -r 6bfd39dc48c5 -r 91f5c089f4ca xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml Thu Dec 18 14:32:53 2014 +0300 +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml Fri Dec 19 12:26:10 2014 +0300 @@ -10,7 +10,7 @@ + rev="15">
@@ -232,6 +232,24 @@ + +время +5s +http +server +location +1.7.8 + + +Если последний запрос, переданный на uwsgi-сервер +для заполнения нового элемента кэша, +не завершился за указанное время, +на uwsgi-сервер может быть передан ещё один запрос. + + + + + время 5s @@ -242,6 +260,12 @@ Задаёт таймаут для . +По истечении указанного времени +запрос будет передан на uwsgi-сервер, +однако ответ не будет закэширован. + +До версии 1.7.8 такой ответ мог быть закэширован. +