From b46944a13ec820a76db1a646a97fc14867fba654 Mon Sep 17 00:00:00 2001 From: ewsgit Date: Sat, 16 May 2026 16:41:44 +0100 Subject: [PATCH] create Caddyfile for the frontend and CentralUserBackend --- Caddyfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Caddyfile diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..afcbca3 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,13 @@ +{ + admin off +} + +localhost { + handle_path /cub* { + reverse_proxy localhost:3000 + } + + handle { + reverse_proxy localhost:5173 + } +} -- 2.51.2