Skip to content

Commit 7b94621

Browse files
committed
check correct setting
1 parent 69c1d56 commit 7b94621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2553,7 +2553,7 @@ public function configure_apps_vhost() {
25532553
}
25542554

25552555
// 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) {
2556+
if($conf['web']['apps_vhost_port'] == 80 or $conf['web']['apps_vhost_port'] == 443) {
25572557
$tpl->setVar('vhost_port_listen','#');
25582558
} else {
25592559
$tpl->setVar('vhost_port_listen','');

0 commit comments

Comments
 (0)