# HG changeset patch # User Ruslan Ermilov # Date 1326370926 0 # Node ID 86732337c73088cdccf08d2f98b66c7c207a9992 # Parent 6c9341b60e6a99b1af8cbec3342105e9e2169082 Added a historical information for proxy_cache_lock, proxy_cache_lock_timeout, fastcgi_cache_lock, and fastcgi_cache_lock_timeout directives. diff --git a/xml/en/docs/http/ngx_http_fastcgi_module.xml b/xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml @@ -136,6 +136,7 @@ fastcgi_cache_key localhost:9000$request http server location +1.1.12 When enabled, only one request at a time will be allowed to populate @@ -156,6 +157,7 @@ this element to be released, up to the t http server location +1.1.12 Sets a timeout for . diff --git a/xml/en/docs/http/ngx_http_proxy_module.xml b/xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml +++ b/xml/en/docs/http/ngx_http_proxy_module.xml @@ -164,6 +164,7 @@ proxy_cache_key $scheme$proxy_host$uri$i http server location +1.1.12 When enabled, only one request at a time will be allowed to populate @@ -184,6 +185,7 @@ this element to be released, up to the t http server location +1.1.12 Sets a timeout for . diff --git a/xml/ru/docs/http/ngx_http_fastcgi_module.xml b/xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml @@ -135,6 +135,7 @@ fastcgi_cache_key localhost:9000$request http server location +1.1.12 Если включено, одновременно только одному запросу будет позволено @@ -155,6 +156,7 @@ fastcgi_cache_key localhost:9000$request http server location +1.1.12 Задаёт таймаут для . diff --git a/xml/ru/docs/http/ngx_http_proxy_module.xml b/xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml @@ -163,6 +163,7 @@ proxy_cache_key $scheme$proxy_host$uri$i http server location +1.1.12 Если включено, одновременно только одному запросу будет позволено @@ -183,6 +184,7 @@ proxy_cache_key $scheme$proxy_host$uri$i http server location +1.1.12 Задаёт таймаут для .