2
0

fix: update deploy sh

This commit is contained in:
caiyuchao
2024-12-03 11:14:16 +08:00
parent 8ad015968f
commit 59f1766bee
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ echo "begin copy wfc-auth "
cp ../wfc-auth/target/wfc-auth.jar ./wfc/auth/jar
echo "begin copy wfc-visual "
cp ../wfc-visual/wfc-monitor/target/wfc-visual-monitor.jar ./wfc/visual/monitor/jar
cp ../wfc-visual/wfc-visual-monitor/target/wfc-visual-monitor.jar ./wfc/visual/monitor/jar
echo "begin copy wfc-modules-system "
cp ../wfc-modules/wfc-system/target/wfc-modules-system.jar ./wfc/modules/system/jar

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.2.248: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.2.248:8080/;
}
# 避免actuator暴露