]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_deflate.conf
- updated to 1.4.73, build with lua54
[packages/lighttpd.git] / mod_deflate.conf
index ff5a0c0da0029023742d87d9d9fce0c7b71ac2a4..93b656279ede1085bd89c9d1d33be317a46c1f5f 100644 (file)
@@ -1,7 +1,23 @@
 # Deflate module.
 #
-# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModDeflate
+# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModDeflate
 
 server.modules += (
        "mod_deflate"
 )
+
+# prefix matches all text/* Content-Type responses
+#deflate.mimetypes = ("text/")
+#deflate.mimetypes = ("text/html", "text/plain", "text/css", "text/javascript", "text/xml")
+#deflate.allowed-encodings = ( "brotli", "gzip", "deflate", "bzip2" )
+
+### optional
+deflate.cache-dir = "/var/cache/lighttpd/mod_deflate"
+# measured in kilobytes, so 131072 indicates 128 MB
+#deflate.max-compress-size = 131072
+# measured in bytes
+#deflate.min-compress-size = 256
+#deflate.compression-level = 9
+#deflate.output-buffer-size = 8192
+#deflate.work-block-size = 2048
+#deflate.max-loadavg = "3.50"