Suppression du vhost manager.example.com

tags/0.2.1 0.2.1
Daniel Berteaud 12 years ago
parent ed9b7cd909
commit 86c91b61d4
  1. 1
      root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/007default

@ -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

Loading…
Cancel
Save