comparison xml/en/docs/http/ngx_http_uwsgi_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 91f5c089f4ca
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_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="15"> 13 rev="16">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
165 <context>location</context> 165 <context>location</context>
166 166
167 <para> 167 <para>
168 Defines a shared memory zone used for caching. 168 Defines a shared memory zone used for caching.
169 The same zone can be used in several places. 169 The same zone can be used in several places.
170 Parameter value can contain variables (1.7.9).
170 The <literal>off</literal> parameter disables caching inherited 171 The <literal>off</literal> parameter disables caching inherited
171 from the previous configuration level. 172 from the previous configuration level.
172 </para> 173 </para>
173 174
174 </directive> 175 </directive>