Commit ea8d71ef authored by 王万里's avatar 王万里

fix: nginx_config

parent a3c749a8
......@@ -46,19 +46,19 @@ http {
}
location /idmweb/ {
proxy_pass http://192.168.12.44:8080/flowable-ui/;
proxy_pass http://localhost:8080/flowable-ui/;
}
location /adminweb/ {
proxy_pass http://192.168.12.44:8080/flowable-ui/;
proxy_pass http://localhost:8080/flowable-ui/;
}
location /taskweb/ {
proxy_pass http://192.168.12.44:8080/flowable-ui/;
proxy_pass http://localhost:8080/flowable-ui/;
}
location /modelerweb/ {
proxy_pass http://192.168.12.44:8080/flowable-ui/;
proxy_pass http://localhost:8080/flowable-ui/;
}
location /CityInterface/ {
......@@ -85,9 +85,9 @@ http {
index index.html index.htm;
}
# location /CityInterface/ {
# proxy_pass http://192.168.12.44:8055;
# }
location /CityInterface/ {
proxy_pass http://localhost:8089;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment