]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_indexfile.conf
- change the way config files are included, so in case of error the error
[packages/lighttpd.git] / lighttpd-mod_indexfile.conf
index 44739c5ab72ef7873c4318c595d7b048c03979ac..8edc49d75e75c67ef19ad33d0f7ae8ed38673925 100644 (file)
@@ -1,14 +1,13 @@
 # indexfile module.
 #
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Index-file-names.Details
 
-server.modules += (
-       "mod_indexfile"
-)
+# NOTE: this module is automatically loaded
 
 # files to check for if .../ is requested
-server.indexfiles = (
-       "index.php",
+index-file.names = (
        "index.html",
        "index.htm",
+       "index.php",
        "default.htm",
 )
This page took 0.582214 seconds and 4 git commands to generate.