]> gitweb.fluxo.info Git - puppet-lighttpd.git/commitdiff
add compress by default
authormh <mh@immerda.ch>
Sat, 16 Oct 2010 15:30:18 +0000 (17:30 +0200)
committermh <mh@immerda.ch>
Sat, 16 Oct 2010 15:30:18 +0000 (17:30 +0200)
files/lighttpd.conf

index c84faa883ce485d5b848a26b79a87ca6b72462f4..d13576381a4bc835e3187feb706e2918340a81cc 100644 (file)
@@ -26,7 +26,7 @@ server.modules              = (
 #                               "mod_evhost",
 #                               "mod_userdir",
 #                               "mod_cgi",
-#                               "mod_compress",
+                               "mod_compress",
 #                               "mod_ssi",
 #                               "mod_usertrack",
 #                               "mod_expire",
@@ -195,8 +195,8 @@ server.username            = "lighttpd"
 server.groupname           = "lighttpd"
 
 #### compress module
-#compress.cache-dir         = "/var/cache/lighttpd/compress/"
-#compress.filetype          = ("text/plain", "text/html")
+compress.cache-dir         = "/var/cache/lighttpd/compress/"
+compress.filetype          = ("text/plain", "text/html")
 
 #### proxy module
 ## read proxy.txt for more info