comparison xml/en/docs/http/ngx_http_gzip_module.xml @ 744:ac709e45740d

Revision of ngx_http_gunzip_module documentation.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 23 Oct 2012 14:45:14 +0000
parents 764fbac1b8b4
children ae15915990ad
comparison
equal deleted inserted replaced
743:7951fb38b4b3 744:ac709e45740d
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="1"> 13 rev="2">
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
259 <context>location</context> 259 <context>location</context>
260 260
261 <para> 261 <para>
262 Enables or disables emitting the <header>Vary: Accept-Encoding</header> 262 Enables or disables emitting the <header>Vary: Accept-Encoding</header>
263 response header field if the directives 263 response header field if the directives
264 <link id="gzip"/> or 264 <link id="gzip"/>,
265 <link doc="ngx_http_gzip_static_module.xml" id="gzip_static"/> 265 <link doc="ngx_http_gzip_static_module.xml" id="gzip_static"/>, or
266 <link doc="ngx_http_gunzip_module.xml" id="gunzip"/>
266 are active. 267 are active.
267 </para> 268 </para>
268 269
269 </directive> 270 </directive>
270 271