comparison xml/en/docs/http/ngx_http_fastcgi_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_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="25"> 13 rev="26">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
173 <context>location</context> 173 <context>location</context>
174 174
175 <para> 175 <para>
176 Defines a shared memory zone used for caching. 176 Defines a shared memory zone used for caching.
177 The same zone can be used in several places. 177 The same zone can be used in several places.
178 Parameter value can contain variables (1.7.9).
178 The <literal>off</literal> parameter disables caching inherited 179 The <literal>off</literal> parameter disables caching inherited
179 from the previous configuration level. 180 from the previous configuration level.
180 </para> 181 </para>
181 182
182 </directive> 183 </directive>