Skip to content

Commit b722a1a

Browse files
committed
Removed symlink to ISPConfig interface from /var/www directory.
1 parent 035e7dd commit b722a1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/lib/installer_base.lib.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,9 @@ public function install_ispconfig()
587587
caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
588588

589589
//* Create a symlink, so ISPConfig is accessible via web
590-
$command = "ln -s $install_dir/interface/web/ /var/www/ispconfig";
591-
caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
590+
// Replaced by a separate vhost definition for port 8080
591+
// $command = "ln -s $install_dir/interface/web/ /var/www/ispconfig";
592+
// caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
592593

593594
//* Create the config file for ISPConfig interface
594595
$configfile = 'config.inc.php';

0 commit comments

Comments
 (0)