mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update ApacheBuild.php
This commit is contained in:
parent
cfc42dc1a2
commit
691bcb7c85
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ IncludeOptional conf-enabled/*.conf
|
||||||
|
|
||||||
file_put_contents('/etc/apache2/apache2.conf', $virtualHostMerged);
|
file_put_contents('/etc/apache2/apache2.conf', $virtualHostMerged);
|
||||||
|
|
||||||
shell_exec('sudo service apache2 restart');
|
shell_exec('systemctl reload apache2');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue