]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_compress.conf
- do not by default forbid download of .pl (and .fcgi) scripts
[packages/lighttpd.git] / lighttpd-mod_compress.conf
1 # Compress module.
2 #
3 # Documentation: http://trac.lighttpd.net/trac/wiki/Docs:ModCompress
4
5 server.modules += (
6         "mod_compress"
7 )
8
9 #### compress module
10 #compress.cache-dir = "/var/cache/lighttpd/mod_compress"
11 #compress.filetype = ("text/plain", "text/html")
This page took 0.046949 seconds and 3 git commands to generate.