Sélection des tempaltes WebAppVirtualHost par défaut pour les vhost

This commit is contained in:
Daniel Berteaud 2012-10-09 18:53:48 +02:00
parent 38fa399f8f
commit a206270850
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
my @vhosts = $db->get_all_by_prop('type' => 'vhost');
foreach my $vhost (@vhosts) {
my $templatePath = $vhost->prop('TemplatePath') || 'VirtualHosts';
my $templatePath = $vhost->prop('TemplatePath') || 'WebAppVirtualHost';
foreach my $port (qw(80 443)){
my %virtualHost = (
ipAddress => '0.0.0.0',