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
6187b8c1af
commit
567652dd10
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ class ApacheBuild implements ShouldQueue
|
||||||
*/
|
*/
|
||||||
public function handle(): void
|
public function handle(): void
|
||||||
{
|
{
|
||||||
|
ini_set('max_execution_time', 0);
|
||||||
|
ini_set('memory_limit', '20480M');
|
||||||
|
|
||||||
$getAllDomains = Domain::whereNot('status','<=>', 'broken')->get();
|
$getAllDomains = Domain::whereNot('status','<=>', 'broken')->get();
|
||||||
$virtualHosts = [];
|
$virtualHosts = [];
|
||||||
foreach ($getAllDomains as $domain) {
|
foreach ($getAllDomains as $domain) {
|
||||||
|
|
Loading…
Reference in a new issue