Skip to content

Commit

Permalink
fix: rewrite rules default value
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Sep 6, 2024
1 parent 5eb347e commit b7e021a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Actions/Nodes/InitCluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ private function getCaddyProcessConfig(): array
'caddy' => [],
'fastcgiVars' => null,
'redirectRules' => [],
'rewriteRules' => [],
];
}
}

0 comments on commit b7e021a

Please sign in to comment.