From f06c4d009a0d8c9c4d213c2fa5a2d0d1faa65598 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sun, 21 Mar 2021 12:54:05 +0300 Subject: [PATCH] Fix index page consistency --- virtual_feature.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual_feature.pl b/virtual_feature.pl index a2b5c7e..88aa4e3 100644 --- a/virtual_feature.pl +++ b/virtual_feature.pl @@ -185,7 +185,7 @@ sub feature_setup # Allow sensible index files push(@{$server->{'members'}}, { 'name' => 'index', - 'words' => [ 'index.php', 'index.html', 'index.htm' ] }); + 'words' => [ 'index.php', 'index.htm', 'index.html' ] }); # Add a location for the root #push(@{$server->{'members'}},