changeset 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 7020b8262dc0
children 6885d0926e7b
files xml/en/docs/http/ngx_http_gzip_module.xml xml/ru/docs/http/ngx_http_gzip_module.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_gzip_module.xml
+++ b/xml/en/docs/http/ngx_http_gzip_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_gzip_module"
         link="/en/docs/http/ngx_http_gzip_module.html"
         lang="en"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -169,9 +169,9 @@ Sets the minimum HTTP version of a reque
 <para>
 Enables or disables gzipping of responses for proxied
 requests depending on the request and response.
-The fact that the response is proxied is determined by
+The fact that the request is proxied is determined by
 the presence of the <header>Via</header> request header field.
-A directive accepts multiple parameters:
+The directive accepts multiple parameters:
 <list type="tag">
 
 <tag-name><literal>off</literal></tag-name>
--- a/xml/ru/docs/http/ngx_http_gzip_module.xml
+++ b/xml/ru/docs/http/ngx_http_gzip_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_gzip_module"
         link="/ru/docs/http/ngx_http_gzip_module.html"
         lang="ru"
-        rev="3">
+        rev="4">
 
 <section id="summary">