[PATCH] Fix minor flaws in gzip_proxied documentation

Gunnlaugur Thor Briem gunnlaugur at gmail.com
Sat Jul 12 20:03:12 UTC 2014


# HG changeset patch
# User Gunnlaugur Thor Briem <gunnlaugur at gmail.com>
# Date 1405194241 0
#      Sat Jul 12 19:44:01 2014 +0000
# Node ID 6fa2b98f62a73152079587c5e166aac3d2bc54cf
# Parent  7020b8262dc0339c56b2d80c911b112b6f5b1a7a
Fix minor flaws in gzip_proxied documentation

* "that the request is proxied", not "the response"
* "A directive" -> "The directive"

diff -r 7020b8262dc0 -r 6fa2b98f62a7 xml/en/docs/http/ngx_http_gzip_module.xml
--- a/xml/en/docs/http/ngx_http_gzip_module.xml	Wed Jul 09 13:39:09 2014 +0400
+++ b/xml/en/docs/http/ngx_http_gzip_module.xml	Sat Jul 12 19:44:01 2014 +0000
@@ -169,9 +169,9 @@
 <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>



More information about the nginx-devel mailing list