]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_indexfile.conf
- update documentation urls
[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 server.modules += (
6         "mod_indexfile"
7 )
8
9 # files to check for if .../ is requested
10 index-file.names = (
11         "index.html",
12         "index.htm",
13         "index.php",
14         "default.htm",
15 )
This page took 0.030233 seconds and 4 git commands to generate.