diff xml/en/docs/http/ngx_http_proxy_module.xml @ 504:695f83494c19

Emphasized on what the "updating" parameter of the "proxy_cache_use_stale" directive achieves. Referenced the "proxy_cache_lock" directive from there, which has similar effect when populating a new cache element.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Apr 2012 06:54:47 +0000
parents cbc2d1b51cb6
children 657848837328
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -314,8 +314,19 @@ to use a stale cached response.
 This directives determines in which cases it is permitted.
 The directive’s parameters match those of the
 <link id="proxy_next_upstream"/> directive.
+</para>
+
+<para>
 Additionally, the <literal>updating</literal> parameter permits
 to use a stale cached response if it is currently being updated.
+This allows to minimize the number of accesses to proxied servers
+when updating cached data.
+</para>
+
+<para>
+To minimize the number of accesses to proxied servers when
+populating a new cache element, the <link id="proxy_cache_lock"/>
+directive can be used.
 </para>
 
 </directive>