fix(docker): use handle instead of handle_path to preserve /api/v1 prefix in Caddy proxy

This commit is contained in:
2026-07-27 09:33:13 -04:00
parent b0087e12af
commit 43b20c5ce3
+2 -2
View File
@@ -4,8 +4,8 @@
}
:80 {
# API routes
handle_path /api/* {
# API routes — use handle (not handle_path) to preserve the /api/v1 prefix
handle /api/* {
reverse_proxy 172.18.0.1:8080
}