Update ApacheBuild.php

This commit is contained in:
Bozhidar 2024-06-14 16:53:33 +03:00
parent 4cabbd2de2
commit 93e54f8a72

View file

@ -77,7 +77,7 @@ class ApacheBuild implements ShouldQueue
file_put_contents('/etc/apache2/apache2.conf', $apache2);
shell_exec('systemctl restart apache2');
shell_exec('systemctl reload apache2'); // IMPORTANT: MUST BE RELOAD! NOT RESTART!
}
}