Skip to content

Commit f06c4d0

Browse files
committed
Fix index page consistency
1 parent aa01fad commit f06c4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtual_feature.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ sub feature_setup
185185
# Allow sensible index files
186186
push(@{$server->{'members'}},
187187
{ 'name' => 'index',
188-
'words' => [ 'index.php', 'index.html', 'index.htm' ] });
188+
'words' => [ 'index.php', 'index.htm', 'index.html' ] });
189189

190190
# Add a location for the root
191191
#push(@{$server->{'members'}},

0 commit comments

Comments
 (0)