Added 'index.html' to Lighttpd index file name configuration for website templates that use .html instead of .htm

This commit is contained in:
CodingContraption 2017-01-16 01:11:46 +00:00
parent 2f8bb4f1b4
commit c2f6ea50c6
1 changed files with 1 additions and 1 deletions

View File

@ -4505,7 +4505,7 @@ range $RANG_IP.100 $RANG_IP.250;
server.error-handler-404 = \"/\" server.error-handler-404 = \"/\"
static-file.exclude-extensions = ( \".fcgi\", \".php\", \".rb\", \"~\", \".inc\" ) static-file.exclude-extensions = ( \".fcgi\", \".php\", \".rb\", \"~\", \".inc\" )
index-file.names = ( \"index.htm\" ) index-file.names = ( \"index.htm\", \"index.html\" )
\$SERVER[\"socket\"] == \":443\" { \$SERVER[\"socket\"] == \":443\" {
url.redirect = ( \"^/(.*)\" => \"http://www.internet.com\") url.redirect = ( \"^/(.*)\" => \"http://www.internet.com\")