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