Skip to content

Commit

Permalink
fix: rewrite rules default value - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Sep 6, 2024
1 parent b7e021a commit 2694d21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Console/Commands/SelfHostPtah.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public function handle()
'caddy' => [],
'fastcgiVars' => null,
'redirectRules' => [],
'rewriteRules' => [],
],
[
'name' => 'pool',
Expand Down Expand Up @@ -188,6 +189,7 @@ public function handle()
'caddy' => [],
'fastcgiVars' => null,
'redirectRules' => [],
'rewriteRules' => [],
],
[
'name' => 'app',
Expand Down Expand Up @@ -277,6 +279,7 @@ public function handle()
],
'fastcgiVars' => null,
'redirectRules' => [],
'rewriteRules' => [],
],
],
]));
Expand Down

0 comments on commit 2694d21

Please sign in to comment.