]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_indexfile.conf
- fixed desc for monitrc subpackage
[packages/lighttpd.git] / lighttpd-mod_indexfile.conf
CommitLineData
1efd0147
ER
1# indexfile module.
2#
3
7d3968ad
ER
4server.modules += (
5 "mod_indexfile"
6)
693950e2 7
693950e2
ER
8# files to check for if .../ is requested
9server.indexfiles = (
693950e2
ER
10 "index.html",
11 "index.htm",
c2e2d326 12 "index.php",
693950e2
ER
13 "default.htm",
14)
This page took 0.025704 seconds and 4 git commands to generate.