]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_indexfile.conf
- suggest accesslog module, you usually want that
[packages/lighttpd.git] / lighttpd-mod_indexfile.conf
index 89118151905eb6aa714c3fb2e02577ee66afd6ec..8edc49d75e75c67ef19ad33d0f7ae8ed38673925 100644 (file)
@@ -1,3 +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
+index-file.names = (
+       "index.html",
+       "index.htm",
+       "index.php",
+       "default.htm",
 )
This page took 0.044518 seconds and 4 git commands to generate.