Update ApacheWebsiteCreate.php

This commit is contained in:
Bozhidar Slaveykov 2024-04-07 16:41:52 +03:00
parent f74656fb63
commit 7ff58a3983

View file

@ -131,7 +131,7 @@ class ApacheWebsiteCreate
shell_exec('chmod -R 775 '.$settings['domainPublic']);
shell_exec('a2ensite '.$settings['domain'].'.conf');
shell_exec('systemctl reload apache2');
// shell_exec('systemctl reload apache2');
return [
'domain' => $this->domain,