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
ea8d71ef
Commit
ea8d71ef
authored
Feb 23, 2021
by
王万里
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: nginx_config
parent
a3c749a8
Hide 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 @
ea8d71ef
...
...
@@ -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
;
}
}
...
...
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