Skip to content
Snippets Groups Projects
Commit b722a1ad authored by tbrehm's avatar tbrehm
Browse files

Removed symlink to ISPConfig interface from /var/www directory.

parent 035e7dd7
No related branches found
No related tags found
No related merge requests found
......@@ -587,8 +587,9 @@ class installer_base {
caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
//* Create a symlink, so ISPConfig is accessible via web
$command = "ln -s $install_dir/interface/web/ /var/www/ispconfig";
caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
// Replaced by a separate vhost definition for port 8080
// $command = "ln -s $install_dir/interface/web/ /var/www/ispconfig";
// caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
//* Create the config file for ISPConfig interface
$configfile = 'config.inc.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment