]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_deflate.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / mod_deflate.conf
diff --git a/mod_deflate.conf b/mod_deflate.conf
new file mode 100644 (file)
index 0000000..ff5a0c0
--- /dev/null
@@ -0,0 +1,7 @@
+# Deflate module.
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModDeflate
+
+server.modules += (
+       "mod_deflate"
+)