Преглед изворни кода

Update ApacheWebsiteCreate.php

Bozhidar Slaveykov пре 1 година
родитељ
комит
7ff58a3983
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/app/Actions/ApacheWebsiteCreate.php

+ 1 - 1
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,