]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_compress.conf
- do not load internally loaded modules twice, fixes mod_expires module; rel 5
[packages/lighttpd.git] / lighttpd-mod_compress.conf
index 1f7d34892b428c1e11cf28c9a4fba0b270c0572c..6440eb2c08ea8fb0f2619bb97e657a5cda67677e 100644 (file)
@@ -1,3 +1,12 @@
+# Compress module.
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCompress
+
 server.modules += (
        "mod_compress"
 )
+
+#### compress module
+#compress.cache-dir = "/var/cache/lighttpd/mod_compress"
+#compress.filetype = ("text/plain", "text/html")
+#compress.allowed-encodings = ( "bzip2", "gzip", "deflate" )
This page took 0.023687 seconds and 4 git commands to generate.