From 7ff58a3983a13a28f30bc120ce9bccbbc1289c53 Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Sun, 7 Apr 2024 16:41:52 +0300 Subject: [PATCH] Update ApacheWebsiteCreate.php --- web/app/Actions/ApacheWebsiteCreate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,