Commit 6ed1b68b authored by Per Buer's avatar Per Buer

Make the gzip docs a bit clearer

parent d596b0c0
......@@ -716,8 +716,10 @@ beresp.do_esi
false. Set it to true to parse the object for ESI directives. Will
only be honored if req.esi is true.
beresp.do_gzip
Boolean. Gzip the object before storing it. Defaults to false.
beresp.do_gzip
Boolean. Gzip the object before storing it. Defaults to false. When
http_gzip_support is on Varnish will request already compressed
content from the backend and as such compression in Varnish is not needed.
beresp.do_gunzip
Boolean. Unzip the object before storing it in the cache. Defaults
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment