From a24d7ceff4641db3b43670e4bc335c4ac2d592a9 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov <145155732+smalyu@users.noreply.github.com> Date: Sat, 15 Aug 2026 17:29:29 +0500 Subject: [PATCH] fix(proxy): restore /spaces and /god-mode trailing-slash redirects in AIO config --- apps/proxy/Caddyfile.aio.ce | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/proxy/Caddyfile.aio.ce b/apps/proxy/Caddyfile.aio.ce index 9cf6d8dd8e8..cf49f2d48db 100644 --- a/apps/proxy/Caddyfile.aio.ce +++ b/apps/proxy/Caddyfile.aio.ce @@ -3,6 +3,7 @@ max_size {$FILE_SIZE_LIMIT} } + redir /spaces /spaces/ permanent handle /spaces/* { reverse_proxy localhost:3002 } @@ -18,6 +19,7 @@ reverse_proxy localhost:3004 } + redir /god-mode /god-mode/ permanent handle_path /god-mode* { root * /app/admin try_files {path} {path}/ /index.html