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