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
567652dd10
commit
83e312d064
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ 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