]> git.pld-linux.org Git - packages/apache1-mod_gzip.git/commitdiff
- copy-pasteable
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 10 Feb 2009 10:30:39 +0000 (10:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_gzip.conf -> 1.5

apache-mod_gzip.conf

index 87f6ff0239d2dbaed05d0e84f9431c933c91417d..84708a0d0c5172b2044a023167b4465f6d319f8b 100644 (file)
@@ -1,14 +1,13 @@
 LoadModule gzip_module modules/mod_gzip.so
 
-# Example configuration
-# Look into /usr/share/doc/apache-mod_gzip-<version>/samples.txt.gz
+# Look into /usr/share/doc/apache-mod_gzip-*/samples.txt.gz
 # for further instructions
 <IfModule mod_gzip.c>
-     mod_gzip_on Yes
-     mod_gzip_item_include file \.htm$
-     mod_gzip_item_include mime text/.*
-     mod_gzip_item_exclude file error/.*
-     mod_gzip_item_exclude mime ^image/.*
-     mod_gzip_temp_dir "/tmp"
-     mod_gzip_command_version mod_gzip_version
+       mod_gzip_on Yes
+       mod_gzip_item_include file \.htm$
+       mod_gzip_item_include mime text/.*
+       mod_gzip_item_exclude file error/.*
+       mod_gzip_item_exclude mime ^image/.*
+       mod_gzip_temp_dir "/tmp"
+       mod_gzip_command_version mod_gzip_version
 </IfModule>
This page took 0.15932 seconds and 4 git commands to generate.