fix(docker): use handle instead of handle_path to preserve /api/v1 prefix in Caddy proxy
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user