fix: update deploy sh
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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暴露
|
||||
|
||||
Reference in New Issue
Block a user