Browse Source

default.html

Danja Vasiliev 10 years ago
parent
commit
aa9af5402f

+ 1 - 1
openwrt/DIR505A1/etc/lighttpd/lighttpd.conf

@@ -42,7 +42,7 @@ auth.backend.htdigest.userfile = "/www/lib/admin/htpasswd"
 compress.cache-dir = "/tmp/lighttpd/compress"
 compress.filetype = ( "application/x-javascript", "text/css", "text/html", "text/plain" )
 
-index-file.names = ( "index.html, default.html" )
+index-file.names = ( "index.html", "default.html" )
 
 cgi.assign = ( ".sh" => "/bin/bash" )
 url.access-deny = ( "~", ".inc", ".htaccess", ".htpasswd", "htpasswd")

+ 1 - 1
openwrt/TLWR710/etc/lighttpd/lighttpd.conf

@@ -42,7 +42,7 @@ auth.backend.htdigest.userfile = "/www/lib/admin/htpasswd"
 compress.cache-dir = "/tmp/lighttpd/compress"
 compress.filetype = ( "application/x-javascript", "text/css", "text/html", "text/plain" )
 
-index-file.names = ( "index.html, default.html" )
+index-file.names = ( "index.html", "default.html" )
 
 cgi.assign = ( ".sh" => "/bin/bash" )
 url.access-deny = ( "~", ".inc", ".htaccess", ".htpasswd", "htpasswd")