This commit is contained in:
whm
2026-03-17 21:51:41 +08:00
parent eb2d5f6579
commit bae341e1bc
4 changed files with 7 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ server {
}
location /api/ {
proxy_pass http://api:9527/;
proxy_pass http://api:8088/;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;