We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391e05c commit 6ba4fa9Copy full SHA for 6ba4fa9
install/update.php
@@ -364,7 +364,12 @@
364
365
//** Configure ISPConfig
366
swriteln('Updating ISPConfig');
367
-
+if($conf['apache']['installed'] == true){
368
+ if(!is_file($conf['apache']['vhost_conf_dir'].'/ispconfig.vhost')) $inst->install_ispconfig_interface = false;
369
+}
370
+if($conf['nginx']['installed'] == true){
371
+ if(!is_file($conf['nginx']['vhost_conf_dir'].'/ispconfig.vhost')) $inst->install_ispconfig_interface = false;
372
373
374
if ($conf['services']['web'] && $inst->install_ispconfig_interface) {
375
//** Customise the port ISPConfig runs on
0 commit comments