소스 검색

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,