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