[experimental-ims] d26b2ac Fix docs for do_gzip default value

Geoff Simmons geoff at varnish-cache.org
Sun Jun 19 18:04:59 CEST 2011


commit d26b2ac671bf73b2bba3cce2ecde62604157f9c7
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu Jun 16 13:30:35 2011 +0200

    Fix docs for do_gzip default value

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 17ccf88..46efc67 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -652,7 +652,7 @@ beresp.do_esi
   to true to parse the object for ESI directives.
 
 beresp.do_gzip
-  Boolean. Gzip the object before storing it. Defaults to true. 
+  Boolean. Gzip the object before storing it. Defaults to false.
 
 beresp.do_gunzip
   Boolean. Unzip the object before storing it in the cache.  Defaults



More information about the varnish-commit mailing list