]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_indexfile.conf
- unified header
[packages/lighttpd.git] / lighttpd-mod_indexfile.conf
1 # indexfile module.
2 #
3
4 server.modules += (
5         "mod_indexfile"
6 )
7
8 # files to check for if .../ is requested
9 server.indexfiles = (
10         "index.php",
11         "index.html",
12         "index.htm",
13         "default.htm",
14 )
This page took 0.077827 seconds and 4 git commands to generate.