From c2f6ea50c67fd0114fdd2a890ef930feb6bce404 Mon Sep 17 00:00:00 2001 From: CodingContraption Date: Mon, 16 Jan 2017 01:11:46 +0000 Subject: [PATCH] Added 'index.html' to Lighttpd index file name configuration for website templates that use .html instead of .htm --- fluxion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion b/fluxion index f0dd0d3..c6ce99a 100755 --- a/fluxion +++ b/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\")