]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_staticfile.conf
- do not by default forbid download of .pl (and .fcgi) scripts
[packages/lighttpd.git] / lighttpd-mod_staticfile.conf
1 # staticfile module.
2 #
3
4 server.modules += (
5         "mod_staticfile"
6 )
7
8 # see http://trac.lighttpd.net/trac/ticket/1216
9 #etag.use-inode = "enable"
10 #etag.use-mtime = "enable"
11 #etag.use-size = "enable"
12
13 # ETag header generation (default: enabled)
14 #static-file.etags = "enable"
This page took 0.023973 seconds and 4 git commands to generate.