diff --git a/web/app/Actions/ApacheWebsiteCreate.php b/web/app/Actions/ApacheWebsiteCreate.php index 0f727b5..5f33fd5 100644 --- a/web/app/Actions/ApacheWebsiteCreate.php +++ b/web/app/Actions/ApacheWebsiteCreate.php @@ -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,