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} } }