From b7e021acd9c8a5dd85219bf20e6b9f9a5b2ee58b Mon Sep 17 00:00:00 2001 From: Bohdan Shulha Date: Fri, 6 Sep 2024 12:00:54 +0200 Subject: [PATCH] fix: rewrite rules default value --- app/Actions/Nodes/InitCluster.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Actions/Nodes/InitCluster.php b/app/Actions/Nodes/InitCluster.php index 0aab152..bfcf0e3 100644 --- a/app/Actions/Nodes/InitCluster.php +++ b/app/Actions/Nodes/InitCluster.php @@ -244,6 +244,7 @@ private function getCaddyProcessConfig(): array 'caddy' => [], 'fastcgiVars' => null, 'redirectRules' => [], + 'rewriteRules' => [], ]; } }