From fe852e9e9c6a3890ab039f20765cc00155b3bcad Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Thu, 4 Dec 2025 13:28:36 +0530 Subject: [PATCH] chore: add permanent redirects for /spaces and /god-mode in Caddyfile --- apps/proxy/Caddyfile.ce | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/proxy/Caddyfile.ce b/apps/proxy/Caddyfile.ce index 7f8fc79f758..48a7177eb92 100644 --- a/apps/proxy/Caddyfile.ce +++ b/apps/proxy/Caddyfile.ce @@ -3,8 +3,10 @@ max_size {$FILE_SIZE_LIMIT} } + redir /spaces /spaces/ permanent reverse_proxy /spaces/* space:3000 + redir /god-mode /god-mode/ permanent reverse_proxy /god-mode/* admin:3000 reverse_proxy /live/* live:3000