Skip to content

Commit 1392353

Browse files
author
Marius Burkard
committed
- move apps vhost behind cert generation
1 parent 7d3b76a commit 1392353

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

install/install.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -536,12 +536,6 @@
536536
$inst->configure_fail2ban();
537537
}
538538

539-
if($conf['services']['web'] == true) {
540-
//** Configure apps vhost
541-
swriteln('Configuring Apps vhost');
542-
$inst->configure_apps_vhost();
543-
}
544-
545539
//** Configure ISPConfig :-)
546540
$install_ispconfig_interface_default = ($conf['mysql']['master_slave_setup'] == 'y')?'n':'y';
547541
if($install_mode == 'standard' || strtolower($inst->simple_query('Install ISPConfig Web Interface', array('y', 'n'), $install_ispconfig_interface_default,'install_ispconfig_web_interface')) == 'y') {
@@ -582,6 +576,12 @@
582576
$inst->make_ispconfig_ssl_cert();
583577
}
584578

579+
if($conf['services']['web'] == true) {
580+
//** Configure apps vhost
581+
swriteln('Configuring Apps vhost');
582+
$inst->configure_apps_vhost();
583+
}
584+
585585
$inst->install_ispconfig();
586586

587587
//* Configure DBServer

0 commit comments

Comments
 (0)