2
0

fix: 修改测试环境ip

This commit is contained in:
caiyuchao
2024-11-15 19:08:29 +08:00
parent e1ad17af1a
commit 3e8483d844

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/prod-api/:8080/;
proxy_pass http://192.168.2.248/prod-api/:8080/;
}
# 避免actuator暴露