]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_compress.conf
- update to r2389:
[packages/lighttpd.git] / lighttpd-mod_compress.conf
index 1f7d34892b428c1e11cf28c9a4fba0b270c0572c..15cd368c705e87a7bca3f17ac09ca39e1b385dad 100644 (file)
@@ -1,3 +1,12 @@
+# Compress module.
+#
+# Documentation: http://trac.lighttpd.net/trac/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.028744 seconds and 4 git commands to generate.