]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_staticfile.conf
- r1309 prerelease
[packages/lighttpd.git] / lighttpd-mod_staticfile.conf
CommitLineData
1efd0147
ER
1# staticfile module.
2#
3
7d3968ad
ER
4server.modules += (
5 "mod_staticfile"
6)
693950e2 7
693950e2
ER
8# which extensions should not be handle via static-file transfer
9#
ed8900c9
ER
10# .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
11static-file.exclude-extensions = ( ".pl", ".fcgi" )
This page took 0.026583 seconds and 4 git commands to generate.