]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_compress.conf
config for mod_uploadprogress
[packages/lighttpd.git] / lighttpd-mod_compress.conf
index eb2ee61705da2e340c1dd60cbe30ecf00eb227ef..7bbd6f1f8c94ea96b6e281fc6269f1fcd988190f 100644 (file)
@@ -1,6 +1,6 @@
 # Compress module.
 #
-# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCompress
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCompress
 
 server.modules += (
        "mod_compress"
@@ -11,8 +11,9 @@ server.modules += (
 #compress.allowed-encodings = ( "gzip", "deflate" )
 
 # Default: not set, compress the file for every request
-# NOTE: you should have different root for each virtualhost as the filenames are not hashed.
-#compress.cache-dir = "/var/cache/lighttpd/mod_compress"
+# Filenames saved to this dir have ETag appended, so theoretically you can use
+# common dir across domains for this.
+compress.cache-dir = "/var/cache/lighttpd/mod_compress"
 
 # Keep in mind that compressed JavaScript and CSS files are broken in some browsers.
 # Not setting any filetypes will result in no files being compressed.
This page took 0.030387 seconds and 4 git commands to generate.