mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update ApacheBuild.php
This commit is contained in:
parent
567652dd10
commit
83e312d064
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ class ApacheBuild implements ShouldQueue
|
|||
*/
|
||||
public function handle(): void
|
||||
{
|
||||
ini_set('max_execution_time', 0);
|
||||
ini_set('memory_limit', '20480M');
|
||||
|
||||
$getAllDomains = Domain::whereNot('status','<=>', 'broken')->get();
|
||||
$virtualHosts = [];
|
||||
foreach ($getAllDomains as $domain) {
|
||||
|
|
Loading…
Reference in a new issue