comparison xml/en/docs/http/ngx_http_gzip_module.xml @ 1248:6d51bb4f19f7

Gzip: fixed minor flaws in the "gzip_proxied" directive.
author Gunnlaugur Thor Briem <gunnlaugur@gmail.com>
date Sat, 12 Jul 2014 19:44:01 +0000
parents 95c3c3bbf1ce
children ca7568f67dee
comparison
equal deleted inserted replaced
1247:7020b8262dc0 1248:6d51bb4f19f7
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="3"> 13 rev="4">
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
167 <context>location</context> 167 <context>location</context>
168 168
169 <para> 169 <para>
170 Enables or disables gzipping of responses for proxied 170 Enables or disables gzipping of responses for proxied
171 requests depending on the request and response. 171 requests depending on the request and response.
172 The fact that the response is proxied is determined by 172 The fact that the request is proxied is determined by
173 the presence of the <header>Via</header> request header field. 173 the presence of the <header>Via</header> request header field.
174 A directive accepts multiple parameters: 174 The directive accepts multiple parameters:
175 <list type="tag"> 175 <list type="tag">
176 176
177 <tag-name><literal>off</literal></tag-name> 177 <tag-name><literal>off</literal></tag-name>
178 <tag-desc> 178 <tag-desc>
179 disables compression for all proxied requests, 179 disables compression for all proxied requests,