]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_indexfile.conf
- forbid access to CVS or RCS dirs in a way allowing still access files named CVS.txt
[packages/lighttpd.git] / lighttpd-mod_indexfile.conf
index 5b08b73e029c31f45519bc7b219d0f79967d2e77..8edc49d75e75c67ef19ad33d0f7ae8ed38673925 100644 (file)
@@ -1,12 +1,13 @@
-server.modules += (
-       "mod_indexfile"
-)
+# indexfile module.
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Index-file-names.Details
 
+# 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.321475 seconds and 4 git commands to generate.