]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_indexfile.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / mod_indexfile.conf
diff --git a/mod_indexfile.conf b/mod_indexfile.conf
new file mode 100644 (file)
index 0000000..61d7477
--- /dev/null
@@ -0,0 +1,13 @@
+# 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",
+)