Merge pull request #357 from CodingContraption/master

Added 'index.html' to Lighttpd index file name configuration for webs…
This commit is contained in:
deltax 2017-01-16 06:52:20 +01:00 committed by GitHub
commit d33eef44e9
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 = \"/\"
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\")