comparison xml/en/docs/http/ngx_http_gzip_module.xml @ 825:ae15915990ad

Documented the "gzip_ratio" variable.
author Homutov Vladimir <vl@nginx.com>
date Wed, 30 Jan 2013 19:52:12 +0400
parents ac709e45740d
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
824:c66610f9a53f 825:ae15915990ad
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_gzip_module" 10 <module name="Module ngx_http_gzip_module"
11 link="/en/docs/http/ngx_http_gzip_module.html" 11 link="/en/docs/http/ngx_http_gzip_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_gzip_module</literal> module is a filter 18 The <literal>ngx_http_gzip_module</literal> module is a filter
269 269
270 </directive> 270 </directive>
271 271
272 </section> 272 </section>
273 273
274
275 <section id="variables" name="Embedded Variables">
276
277 <para>
278 <list type="tag">
279
280 <tag-name id="var_gzip_ratio"><var>$gzip_ratio</var></tag-name>
281 <tag-desc>achieved compression ratio, computed as the ratio between the
282 original and compressed response size.</tag-desc>
283
284 </list>
285 </para>
286
287 </section>
288
274 </module> 289 </module>