# HG changeset patch # User Ruslan Ermilov # Date 1438854844 -10800 # Node ID a13a99cf46eaf148fff6f96557435ad52d4da117 # Parent 6b7c82be83bbd81c7941f3c48249c0c5977c184f Better documented "*_cache_use_stale error". 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 @@ -10,7 +10,7 @@ + rev="30">
@@ -500,6 +500,12 @@ The directive’s parameters match the parameters of the +The error parameter also permits +using a stale cached response if a FastCGI server to process a request +cannot be selected. + + + Additionally, the updating parameter permits using a stale cached response if it is currently being updated. This allows minimizing the number of accesses to FastCGI servers 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 @@ -10,7 +10,7 @@ + rev="40">
@@ -500,6 +500,12 @@ The directive’s parameters match the parameters of the +The error parameter also permits +using a stale cached response if a proxied server to process a request +cannot be selected. + + + Additionally, the updating parameter permits using a stale cached response if it is currently being updated. This allows minimizing the number of accesses to proxied servers diff --git a/xml/en/docs/http/ngx_http_scgi_module.xml b/xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml +++ b/xml/en/docs/http/ngx_http_scgi_module.xml @@ -10,7 +10,7 @@ + rev="19">
@@ -491,6 +491,12 @@ The directive’s parameters match the parameters of the +The error parameter also permits +using a stale cached response if an SCGI server to process a request +cannot be selected. + + + Additionally, the updating parameter permits using a stale cached response if it is currently being updated. This allows minimizing the number of accesses to SCGI servers diff --git a/xml/en/docs/http/ngx_http_uwsgi_module.xml b/xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml @@ -10,7 +10,7 @@ + rev="22">
@@ -491,6 +491,12 @@ The directive’s parameters match the parameters of the +The error parameter also permits +using a stale cached response if a uwsgi server to process a request +cannot be selected. + + + Additionally, the updating parameter permits using a stale cached response if it is currently being updated. This allows minimizing the number of accesses to uwsgi servers 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 @@ -10,7 +10,7 @@ + rev="30">
@@ -497,6 +497,12 @@ server { +Параметр error также позволяет использовать +устаревший закэшированный ответ при невозможности выбора +FastCGI-сервера для обработки запроса. + + + Кроме того, дополнительный параметр updating разрешает использовать устаревший закэшированный ответ, если на данный момент он уже обновляется. 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 @@ -10,7 +10,7 @@ + rev="40">
@@ -498,6 +498,12 @@ server { +Параметр error также позволяет использовать +устаревший закэшированный ответ при невозможности выбора +проксированного сервера для обработки запроса. + + + Кроме того, дополнительный параметр updating разрешает использовать устаревший закэшированный ответ, если на данный момент он уже обновляется. diff --git a/xml/ru/docs/http/ngx_http_scgi_module.xml b/xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml @@ -10,7 +10,7 @@ + rev="19">
@@ -488,6 +488,12 @@ server { +Параметр error также позволяет использовать +устаревший закэшированный ответ при невозможности выбора +SCGI-сервера для обработки запроса. + + + Кроме того, дополнительный параметр updating разрешает использовать устаревший закэшированный ответ, если на данный момент он уже обновляется. diff --git a/xml/ru/docs/http/ngx_http_uwsgi_module.xml b/xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml @@ -10,7 +10,7 @@ + rev="22">
@@ -488,6 +488,12 @@ server { +Параметр error также позволяет использовать +устаревший закэшированный ответ при невозможности выбора +uwsgi-сервера для обработки запроса. + + + Кроме того, дополнительный параметр updating разрешает использовать устаревший закэшированный ответ, если на данный момент он уже обновляется.