diff --git a/install/update.php b/install/update.php index be667ffd05bda59804b7301ebeab4dbeb0e5dcfc..aafb69898eada20fae728f193da57b18e88cbe0d 100644 --- a/install/update.php +++ b/install/update.php @@ -428,9 +428,11 @@ if($reconfigure_services_answer == 'yes' || $reconfigure_services_answer == 'sel $inst->configure_nginx(); } - //** Configure apps vhost - swriteln('Configuring Apps vhost'); - $inst->configure_apps_vhost(); + if ($conf['web']['apps_vhost_enabled'] == 'y') { + //** Configure apps vhost + swriteln('Configuring Apps vhost'); + $inst->configure_apps_vhost(); + } else swriteln('Skipping config of Apps vhost'); } //* Configure Jailkit