feat: docker配置和脚本调整

This commit is contained in:
caiyuchao
2025-08-18 18:41:18 +08:00
parent 8ce4b52a8e
commit 35b5f1afac
4 changed files with 11 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ http {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://192.168.9.50:48080/admin-api;
proxy_pass http://agt-server:48080/admin-api;
}
# 避免actuator暴露