fix: the nginx path forwarding rule issue in the configuration manage… (#2365)

This commit is contained in:
Ryo
2025-10-21 21:38:57 +08:00
committed by GitHub
parent 3b9890c2d7
commit 20ccb2a3e6

View File

@ -18,7 +18,7 @@ server {
}
# API proxy
location ~ ^/(api|v[1-3]|admin)/ {
location ~ ^/(api|v[1-3]|admin)(/|$) {
proxy_pass http://coze-server:8888;
proxy_set_header Host $http_host;