# HG changeset patch # User Ruslan Ermilov # Date 1325172998 0 # Node ID df728215db07e1e09d2a7ed2d09cdcb706f74597 # Parent ced6daa61e83363a8303878daf97f69a722f6b65 Documented "proxy_cache_lock", "proxy_cache_lock_timeout", "fastcgi_cache_lock", and "fastcgi_cache_lock_timeout". diff -r ced6daa61e83 -r df728215db07 xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Thu Dec 29 09:10:56 2011 +0000 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Thu Dec 29 15:36:38 2011 +0000 @@ -130,6 +130,40 @@ + +on | off +off +http +server +location + + +When enabled, only one request at a time will be allowed to populate +a new cache element identified according to the +directive by passing a request to a FastCGI server. +Other requests of the same cache element will either wait +for a response to appear in the cache, or the cache lock for +this element to be released, up to the time set by the + directive. + + + + + + +time +5s +http +server +location + + +Sets a timeout for . + + + + + number 1 diff -r ced6daa61e83 -r df728215db07 xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Thu Dec 29 09:10:56 2011 +0000 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Thu Dec 29 15:36:38 2011 +0000 @@ -158,6 +158,40 @@ + +on | off +off +http +server +location + + +When enabled, only one request at a time will be allowed to populate +a new cache element identified according to the +directive by passing a request to a proxied server. +Other requests of the same cache element will either wait +for a response to appear in the cache, or the cache lock for +this element to be released, up to the time set by the + directive. + + + + + + +time +5s +http +server +location + + +Sets a timeout for . + + + + + number 1 diff -r ced6daa61e83 -r df728215db07 xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml Thu Dec 29 09:10:56 2011 +0000 +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml Thu Dec 29 15:36:38 2011 +0000 @@ -129,6 +129,40 @@ + +on | off +off +http +server +location + + +Если включено, одновременно только одному запросу будет позволено +заполнить новый элемент кэша, идентифицируемый согласно директиве +, передав запрос на FastCGI-сервер. +Остальные запросы этого же элемента будут либо ожидать +появления ответа в кэше, либо освобождения блокировки +этого элемента, в течение времени, заданного директивой +. + + + + + + +время +5s +http +server +location + + +Задаёт таймаут для . + + + + + число 1 diff -r ced6daa61e83 -r df728215db07 xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Thu Dec 29 09:10:56 2011 +0000 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Thu Dec 29 15:36:38 2011 +0000 @@ -157,6 +157,40 @@ + +on | off +off +http +server +location + + +Если включено, одновременно только одному запросу будет позволено +заполнить новый элемент кэша, идентифицируемый согласно директиве +, передав запрос на проксируемый сервер. +Остальные запросы этого же элемента будут либо ожидать +появления ответа в кэше, либо освобождения блокировки +этого элемента, в течение времени, заданного директивой +. + + + + + + +время +5s +http +server +location + + +Задаёт таймаут для . + + + + + число 1