Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend
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
Schedules
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
h5-communicate
frontend
Commits
c3379cd1
Commit
c3379cd1
authored
Aug 04, 2020
by
熊成伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
c458e57d
Pipeline
#16681
passed with stages
in 1 minute and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
default.conf
default.conf
+2
-2
package.json
package.json
+2
-2
No files found.
default.conf
View file @
c3379cd1
...
...
@@ -9,10 +9,10 @@ server {
proxy_pass
https
://
dgoa
.
demo
.
idtzw
.
com
.
cn
/
idtAppServiceV6
;
}
location
/
department
{
proxy_pass
http
://
app
.
idt
.
thinker
.
vc
/
department
;
proxy_pass
http
://
121
.
37
.
200
.
66
:
8888
/
department
;
}
location
/
demo
{
proxy_pass
http
://
app
.
idt
.
thinker
.
vc
/
demo
;
proxy_pass
http
://
121
.
37
.
200
.
66
:
8888
/
demo
;
}
location
/ {
...
...
package.json
View file @
c3379cd1
...
...
@@ -48,11 +48,11 @@
"changeOrigin"
:
true
},
"/department"
:
{
"target"
:
"http://
app.idt.thinker.vc
"
,
"target"
:
"http://
121.37.200.66:8888
"
,
"changeOrigin"
:
true
},
"/demo"
:
{
"target"
:
"http://
app.idt.thinker.vc
"
,
"target"
:
"http://
121.37.200.66:8888
"
,
"changeOrigin"
:
true
}
}
...
...
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