comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1382:94cac978bda3

Documented variables support in proxy_cache and look-alikes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 23 Dec 2014 11:35:33 +0300
parents 6e54b85dfb86
children 66ee77849563
comparison
equal deleted inserted replaced
1381:e78c0830ce9c 1382:94cac978bda3
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="33"> 13 rev="34">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
167 <context>location</context> 167 <context>location</context>
168 168
169 <para> 169 <para>
170 Defines a shared memory zone used for caching. 170 Defines a shared memory zone used for caching.
171 The same zone can be used in several places. 171 The same zone can be used in several places.
172 Parameter value can contain variables (1.7.9).
172 The <literal>off</literal> parameter disables caching inherited 173 The <literal>off</literal> parameter disables caching inherited
173 from the previous configuration level. 174 from the previous configuration level.
174 </para> 175 </para>
175 176
176 </directive> 177 </directive>