2
0

feat: 调整配置文件

This commit is contained in:
caiyuchao
2024-11-15 18:19:32 +08:00
parent 98c9c358e7
commit 31727f4e5c
7 changed files with 11 additions and 11 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://wfc-gateway:8080/;
proxy_pass http://192.168.9.50/prod-api/:8080/;
}
# 避免actuator暴露