mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update MasterDomain.php
This commit is contained in:
parent
a21403a904
commit
8cbd0e2c21
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class MasterDomain
|
|||
|
||||
if (!empty($apacheBaseConfig)) {
|
||||
file_put_contents('/etc/apache2/sites-available/zzz-'.$this->domain.'.conf', $apacheBaseConfig);
|
||||
shell_exec('ln -s /etc/apache2/sites-available/zzz-'.$this->domain.'-default.conf /etc/apache2/sites-enabled/zzz-'.$this->domain.'-default.conf');
|
||||
shell_exec('ln -s /etc/apache2/sites-available/zzz-'.$this->domain.'.conf /etc/apache2/sites-enabled/zzz-'.$this->domain.'.conf');
|
||||
}
|
||||
|
||||
// Install SSL
|
||||
|
|
Loading…
Reference in a new issue