]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- use new directive name
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 18 Sep 2009 08:46:43 +0000 (08:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_indexfile.conf -> 1.5

lighttpd-mod_indexfile.conf

index 0438ee902acff0551eb502fe0e141cea6c1dbecd..6272d3d8bb37d0adbc187fd6625bb5f75f20f45e 100644 (file)
@@ -1,12 +1,11 @@
 # indexfile module.
-#
 
 server.modules += (
        "mod_indexfile"
 )
 
 # files to check for if .../ is requested
-server.indexfiles = (
+index-file.names = (
        "index.html",
        "index.htm",
        "index.php",
This page took 0.128078 seconds and 4 git commands to generate.