Suppression du vhost manager.example.com

This commit is contained in:
Daniel Berteaud 2012-08-23 17:50:26 +02:00
parent ed9b7cd909
commit 86c91b61d4
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ delete $conf->{'applicationList'}->{'3documentation'} if ($conf->{'applicationLi
foreach my $section (qw/locationRules vhostOptions exportedHeaders/){
delete $conf->{$section}->{'test1.example.com'} if ($conf->{$section}->{'test1.example.com'});
delete $conf->{$section}->{'test2.example.com'} if ($conf->{$section}->{'test2.example.com'});
delete $conf->{$section}->{'manager.example.com'} if ($conf->{$section}->{'manager.example.com'});
}
# Add defaults categories