Update ApacheBuild.php

This commit is contained in:
Bozhidar 2024-05-27 15:42:45 +03:00
parent 4cfdf458a8
commit cfe46d19a9

View file

@ -77,7 +77,7 @@ class ApacheBuild implements ShouldQueue
file_put_contents('/etc/apache2/apache2.conf', $apache2);
shell_exec('systemctl reload apache2');
shell_exec('systemctl restart apache2');
}
}