fix:优化启动脚本

This commit is contained in:
Daniel
2026-03-08 00:37:18 +08:00
parent 7d7f13d009
commit 890dea096b
4 changed files with 25 additions and 10 deletions

View File

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