]> TLD Linux GIT Repositories - packages/lighttpd.git/blob - lighttpd-mod_indexfile.conf
- removed obsolete upstart stuff and cleaned systemd infestation
[packages/lighttpd.git] / lighttpd-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 )