]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- have index.html before index.php as by default php is not installed
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Apr 2007 21:15:25 +0000 (21:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_indexfile.conf -> 1.4

lighttpd-mod_indexfile.conf

index 44739c5ab72ef7873c4318c595d7b048c03979ac..0438ee902acff0551eb502fe0e141cea6c1dbecd 100644 (file)
@@ -7,8 +7,8 @@ server.modules += (
 
 # files to check for if .../ is requested
 server.indexfiles = (
-       "index.php",
        "index.html",
        "index.htm",
+       "index.php",
        "default.htm",
 )
This page took 0.026171 seconds and 4 git commands to generate.