fix: the nginx path forwarding rule issue in the configuration manage… (#2365)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user