You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2013/08/26 18:10:40 UTC

svn commit: r1517588 - /httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml

Author: covener
Date: Mon Aug 26 16:10:39 2013
New Revision: 1517588

URL: http://svn.apache.org/r1517588
Log:
fix whitespace in example config

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml?rev=1517588&r1=1517587&r2=1517588&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml Mon Aug 26 16:10:39 2013
@@ -57,8 +57,8 @@ client</description>
       is placed:</p>
 
       <highlight language="config">
-        SetOutputFilter DEFLATE
-        SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip 
+SetOutputFilter DEFLATE
+SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip 
       </highlight>
 
       <p>If you want to restrict the compression to particular MIME types