2
0

fix: 修改nginx配置

This commit is contained in:
caiyuchao
2024-11-15 19:23:41 +08:00
parent 3e8483d844
commit ce80db9be9

View File

@@ -25,7 +25,7 @@ http {
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr; proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://192.168.2.248/prod-api/:8080/; proxy_pass http://192.168.2.248:8080/;
} }
# 避免actuator暴露 # 避免actuator暴露