From 4fe87f41a0fd424e307179cdf9a0f5f08bd6a1c2 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:49:03 +0530 Subject: [PATCH] Update Caddyfile --- Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Caddyfile b/Caddyfile index c3a000662..1fcaba49a 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,7 +1,7 @@ {$HOST_URL} { reverse_proxy client:3000 - handle_path /app/* { + handle_path /api/* { reverse_proxy server:8080 - rewrite * /app{uri} + rewrite * {uri} } }