Commit 452cadb7 authored by 王万里's avatar 王万里

fix: 修改nginx配置

parent fd460514
...@@ -46,29 +46,29 @@ http { ...@@ -46,29 +46,29 @@ http {
} }
location /idmweb/ { location /idmweb/ {
proxy_pass http://localhost:8080/flowable-ui/; proxy_pass http://localhost:9080/flowable-ui/;
} }
location /adminweb/ { location /adminweb/ {
proxy_pass http://localhost:8080/flowable-ui/; proxy_pass http://localhost:9080/flowable-ui/;
} }
location /taskweb/ { location /taskweb/ {
proxy_pass http://localhost:8080/flowable-ui/; proxy_pass http://localhost:9080/flowable-ui/;
} }
location /modelerweb/ { location /modelerweb/ {
proxy_pass http://localhost:8080/flowable-ui/; proxy_pass http://localhost:9080/flowable-ui/;
} }
location /CityInterface/ { location /CityInterface/ {
proxy_pass http://localhost:8089; proxy_pass http://localhost:8055;
} }
# 想要被代理的接口地址: # 想要被代理的接口地址:
# http://192.168.12.148:8890/idmfrontend/app/authentication # http://192.168.12.148:8890/idmfrontend/app/authentication
# 目标接口地址: # 目标接口地址:
# http://192.168.12.148:8080/flowable-ui/app/authentication # http://192.168.12.148:9080/flowable-ui/app/authentication
} }
...@@ -87,7 +87,7 @@ http { ...@@ -87,7 +87,7 @@ http {
} }
location /CityInterface/ { location /CityInterface/ {
proxy_pass http://localhost:8089; proxy_pass http://localhost:8055;
} }
} }
......
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