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 69c1d56 commit 7b94621Copy full SHA for 7b94621
install/lib/installer_base.lib.php
@@ -2553,7 +2553,7 @@ public function configure_apps_vhost() {
2553
}
2554
2555
// comment out the listen directive if port is 80 or 443
2556
- if($conf['web']['apps_vhost_ip'] == 80 or $conf['web']['apps_vhost_ip'] == 443) {
+ if($conf['web']['apps_vhost_port'] == 80 or $conf['web']['apps_vhost_port'] == 443) {
2557
$tpl->setVar('vhost_port_listen','#');
2558
} else {
2559
$tpl->setVar('vhost_port_listen','');
0 commit comments