]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_indexfile.conf
- split from main big config file
[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.031791 seconds and 4 git commands to generate.