Skip to content

Commit

Permalink
Fix index page consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Mar 21, 2021
1 parent aa01fad commit f06c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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'}},
Expand Down

0 comments on commit f06c4d0

Please sign in to comment.