]> TLD Linux GIT Repositories - packages/lighttpd.git/blob - mod_indexfile.conf
- updated to 1.4.73, build with lua54
[packages/lighttpd.git] / mod_indexfile.conf
1 # indexfile module.
2 #
3 # Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Index-file-names_Details
4
5 # NOTE: this module is automatically loaded
6
7 # files to check for if .../ is requested
8 index-file.names = (
9         "index.html",
10         "index.htm",
11         "index.php",
12         "default.htm",
13 )