mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update ApacheBuild.php
This commit is contained in:
parent
4cabbd2de2
commit
93e54f8a72
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class ApacheBuild implements ShouldQueue
|
||||||
|
|
||||||
file_put_contents('/etc/apache2/apache2.conf', $apache2);
|
file_put_contents('/etc/apache2/apache2.conf', $apache2);
|
||||||
|
|
||||||
shell_exec('systemctl restart apache2');
|
shell_exec('systemctl reload apache2'); // IMPORTANT: MUST BE RELOAD! NOT RESTART!
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue