# HG changeset patch # User Yaroslav Zhuravlev # Date 1487189814 -10800 # Node ID 399d0e188195552a48593db227728f6c9108605e # Parent d6692a78a444a0716c338aea3585812490205e14 Documented proxy_cache_background_update and friends. diff -r d6692a78a444 -r 399d0e188195 xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Tue Feb 14 18:46:35 2017 +0300 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Wed Feb 15 23:16:54 2017 +0300 @@ -10,7 +10,7 @@ + rev="41">
@@ -201,6 +201,26 @@ + +on | off +off +http +server +location +1.11.10 + + +Allows starting a background subrequest +to update an expired cache item, +while a stale cached response is returned to the client. +Note that it is necessary to +allow +the usage of a stale cached response when it is being updated. + + + + + string ... @@ -613,7 +633,7 @@ 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 -r d6692a78a444 -r 399d0e188195 xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Tue Feb 14 18:46:35 2017 +0300 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Wed Feb 15 23:16:54 2017 +0300 @@ -10,7 +10,7 @@ + rev="55">
@@ -195,6 +195,26 @@ + +on | off +off +http +server +location +1.11.10 + + +Allows starting a background subrequest +to update an expired cache item, +while a stale cached response is returned to the client. +Note that it is necessary to +allow +the usage of a stale cached response when it is being updated. + + + + + string ... @@ -631,7 +651,7 @@ 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 -r d6692a78a444 -r 399d0e188195 xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml Tue Feb 14 18:46:35 2017 +0300 +++ b/xml/en/docs/http/ngx_http_scgi_module.xml Wed Feb 15 23:16:54 2017 +0300 @@ -10,7 +10,7 @@ + rev="30">
@@ -193,6 +193,26 @@ + +on | off +off +http +server +location +1.11.10 + + +Allows starting a background subrequest +to update an expired cache item, +while a stale cached response is returned to the client. +Note that it is necessary to +allow +the usage of a stale cached response when it is being updated. + + + + + string ... @@ -604,7 +624,7 @@ 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 -r d6692a78a444 -r 399d0e188195 xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml Tue Feb 14 18:46:35 2017 +0300 +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml Wed Feb 15 23:16:54 2017 +0300 @@ -10,7 +10,7 @@ + rev="33">
@@ -193,6 +193,26 @@ + +on | off +off +http +server +location +1.11.10 + + +Allows starting a background subrequest +to update an expired cache item, +while a stale cached response is returned to the client. +Note that it is necessary to +allow +the usage of a stale cached response when it is being updated. + + + + + string ... @@ -604,7 +624,7 @@ 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 -r d6692a78a444 -r 399d0e188195 xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml Tue Feb 14 18:46:35 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml Wed Feb 15 23:16:54 2017 +0300 @@ -10,7 +10,7 @@ + rev="41">
@@ -201,6 +201,26 @@ + +on | off +off +http +server +location +1.11.10 + + +Позволяет запустить фоновый подзапрос +для обновления просроченного элемента кэша, +в то время как клиенту возвращается устаревший закэшированный ответ. +Использование устаревшего закэшированного ответа в момент его обновления +должно быть +разрешено. + + + + + строка ... @@ -612,7 +632,7 @@ FastCGI-сервера для обработки запроса. - + Кроме того, дополнительный параметр updating разрешает использовать устаревший закэшированный ответ, если на данный момент он уже обновляется. diff -r d6692a78a444 -r 399d0e188195 xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Tue Feb 14 18:46:35 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Wed Feb 15 23:16:54 2017 +0300 @@ -10,7 +10,7 @@ + rev="55">
@@ -195,6 +195,26 @@ + +on | off +off +http +server +location +1.11.10 + + +Позволяет запустить фоновый подзапрос +для обновления просроченного элемента кэша, +в то время как клиенту возвращается устаревший закэшированный ответ. +Использование устаревшего закэшированного ответа в момент его обновления +должно быть +разрешено. + + + + + строка ... @@ -632,7 +652,7 @@ проксированного сервера для обработки запроса. - + Кроме того, дополнительный параметр updating разрешает использовать устаревший закэшированный ответ, если на данный момент он уже обновляется. diff -r d6692a78a444 -r 399d0e188195 xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml Tue Feb 14 18:46:35 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml Wed Feb 15 23:16:54 2017 +0300 @@ -10,7 +10,7 @@ + rev="30">
@@ -193,6 +193,26 @@ + +on | off +off +http +server +location +1.11.10 + + +Позволяет запустить фоновый подзапрос +для обновления просроченного элемента кэша, +в то время как клиенту возвращается устаревший закэшированный ответ. +Использование устаревшего закэшированного ответа в момент его обновления +должно быть +разрешено. + + + + + строка ... @@ -603,7 +623,7 @@ SCGI-сервера для обработки запроса. - + Кроме того, дополнительный параметр updating разрешает использовать устаревший закэшированный ответ, если на данный момент он уже обновляется. diff -r d6692a78a444 -r 399d0e188195 xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml Tue Feb 14 18:46:35 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml Wed Feb 15 23:16:54 2017 +0300 @@ -10,7 +10,7 @@ + rev="33">
@@ -192,6 +192,26 @@ + +on | off +off +http +server +location +1.11.10 + + +Позволяет запустить фоновый подзапрос +для обновления просроченного элемента кэша, +в то время как клиенту возвращается устаревший закэшированный ответ. +Использование устаревшего закэшированного ответа в момент его обновления +должно быть +разрешено. + + + + + строка ... @@ -602,7 +622,7 @@ uwsgi-сервера для обработки запроса. - + Кроме того, дополнительный параметр updating разрешает использовать устаревший закэшированный ответ, если на данный момент он уже обновляется.