Added 'index.html' to Lighttpd index file name configuration for website templates that use .html instead of .htm
This commit is contained in:
parent
2f8bb4f1b4
commit
c2f6ea50c6
2
fluxion
2
fluxion
|
@ -4505,7 +4505,7 @@ range $RANG_IP.100 $RANG_IP.250;
|
|||
server.error-handler-404 = \"/\"
|
||||
|
||||
static-file.exclude-extensions = ( \".fcgi\", \".php\", \".rb\", \"~\", \".inc\" )
|
||||
index-file.names = ( \"index.htm\" )
|
||||
index-file.names = ( \"index.htm\", \"index.html\" )
|
||||
|
||||
\$SERVER[\"socket\"] == \":443\" {
|
||||
url.redirect = ( \"^/(.*)\" => \"http://www.internet.com\")
|
||||
|
|
Loading…
Reference in New Issue