]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_staticfile.conf
- do static-file.exclude-extensions in php configs
[packages/lighttpd.git] / lighttpd-mod_staticfile.conf
1 # staticfile module.
2 #
3
4 server.modules += (
5         "mod_staticfile"
6 )
7
8 # which extensions should not be handle via static-file transfer
9 #
10 # .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
11 static-file.exclude-extensions = ( ".pl", ".fcgi" )
This page took 0.036908 seconds and 4 git commands to generate.