You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by hu...@apache.org on 2012/10/03 15:54:38 UTC

svn commit: r1393492 - /trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/index.en.mdtext

Author: humbedooh
Date: Wed Oct  3 13:54:37 2012
New Revision: 1393492

URL: http://svn.apache.org/viewvc?rev=1393492&view=rev
Log:
Some more fixing on the gzip documentation

Modified:
    trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/index.en.mdtext

Modified: trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/index.en.mdtext?rev=1393492&r1=1393491&r2=1393492&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/index.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/index.en.mdtext Wed Oct  3 13:54:37 2012
@@ -18,8 +18,8 @@ Notice:    Licensed to the Apache Softwa
            under the License.
 Navigation: [*](*)
 
-this plugin gzips or deflates or deflates responses, whichever is applicable
-it can compress origin respones as well as cached responses
+This plugin gzips or deflates responses, whichever is applicable.
+It can compress origin respones as well as cached responses.
 
 # Installation # {#Installation}
 First, run:
@@ -30,11 +30,13 @@ Then, add the following line to [`plugin
 
     gzip.so
 
-In this case, the plugin will use a default behaviour:
-- use caching
-- compress text/* for every origin
-- don't hide accept encoding from origin servers (for an offloading reverse proxy)
-- no urls are disallowed from compression
+In this case, the plugin will use the default behaviour:
+
+   - Enable caching
+   - Compress text/* for every origin
+   - Don't hide accept encoding from origin servers (for an offloading reverse proxy)
+   - No urls are disallowed from compression
+
 
 # Configuration # {#Configuration}