2
0

feat: enhance build process

This commit is contained in:
simonzhangsz
2024-12-14 13:35:46 +08:00
parent 11e6631995
commit 5c6db759c8
4 changed files with 62 additions and 33 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.13.128:8080/;
}
location /u {
@@ -39,7 +39,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.13.128:8080/;
}
# 避免actuator暴露