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