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 9b91d5a commit c028f1bCopy full SHA for c028f1b
install/update.php
@@ -428,9 +428,11 @@
428
$inst->configure_nginx();
429
}
430
431
- //** Configure apps vhost
432
- swriteln('Configuring Apps vhost');
433
- $inst->configure_apps_vhost();
+ if ($conf['web']['apps_vhost_enabled'] == 'y') {
+ //** Configure apps vhost
+ swriteln('Configuring Apps vhost');
434
+ $inst->configure_apps_vhost();
435
+ } else swriteln('Skipping config of Apps vhost');
436
437
438
//* Configure Jailkit
0 commit comments