Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flowable-engine-fontend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王万里
flowable-engine-fontend
Commits
452cadb7
Commit
452cadb7
authored
Apr 20, 2021
by
王万里
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改nginx配置
parent
fd460514
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
nginx.conf
nginx-config/nginx.conf
+7
-7
No files found.
nginx-config/nginx.conf
View file @
452cadb7
...
@@ -46,29 +46,29 @@ http {
...
@@ -46,29 +46,29 @@ http {
}
}
location
/idmweb/
{
location
/idmweb/
{
proxy_pass
http://localhost:
8
080/flowable-ui/
;
proxy_pass
http://localhost:
9
080/flowable-ui/
;
}
}
location
/adminweb/
{
location
/adminweb/
{
proxy_pass
http://localhost:
8
080/flowable-ui/
;
proxy_pass
http://localhost:
9
080/flowable-ui/
;
}
}
location
/taskweb/
{
location
/taskweb/
{
proxy_pass
http://localhost:
8
080/flowable-ui/
;
proxy_pass
http://localhost:
9
080/flowable-ui/
;
}
}
location
/modelerweb/
{
location
/modelerweb/
{
proxy_pass
http://localhost:
8
080/flowable-ui/
;
proxy_pass
http://localhost:
9
080/flowable-ui/
;
}
}
location
/CityInterface/
{
location
/CityInterface/
{
proxy_pass
http://localhost:80
89
;
proxy_pass
http://localhost:80
55
;
}
}
# 想要被代理的接口地址:
# 想要被代理的接口地址:
# http://192.168.12.148:8890/idmfrontend/app/authentication
# http://192.168.12.148:8890/idmfrontend/app/authentication
# 目标接口地址:
# 目标接口地址:
# http://192.168.12.148:
8
080/flowable-ui/app/authentication
# http://192.168.12.148:
9
080/flowable-ui/app/authentication
}
}
...
@@ -87,7 +87,7 @@ http {
...
@@ -87,7 +87,7 @@ http {
}
}
location
/CityInterface/
{
location
/CityInterface/
{
proxy_pass
http://localhost:80
89
;
proxy_pass
http://localhost:80
55
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment