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
7fc0f255
Commit
7fc0f255
authored
Aug 04, 2020
by
熊成伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
6d076d76
Pipeline
#16674
passed with stages
in 1 minute and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
default.conf
default.conf
+3
-3
package.json
package.json
+3
-3
No files found.
default.conf
View file @
7fc0f255
...
@@ -6,13 +6,13 @@ server {
...
@@ -6,13 +6,13 @@ server {
access_log
/
var
/
log
/
nginx
/
host
.
access
.
log
main
;
access_log
/
var
/
log
/
nginx
/
host
.
access
.
log
main
;
location
/
idtAppServiceV6
{
location
/
idtAppServiceV6
{
proxy_pass
http
s
://
dgoa
.
demo
.
idtzw
.
com
.
cn
/
idtAppServiceV6
;
proxy_pass
http
://
124
.
93
.
101
.
8
:
9988
/
idtAppServiceV6
;
}
}
location
/
department
{
location
/
department
{
proxy_pass
http
s
://
app
.
idt
.
thinker
.
vc
/
department
;
proxy_pass
http
://
app
.
idt
.
thinker
.
vc
/
department
;
}
}
location
/
demo
{
location
/
demo
{
proxy_pass
http
s
://
app
.
idt
.
thinker
.
vc
/
demo
;
proxy_pass
http
://
app
.
idt
.
thinker
.
vc
/
demo
;
}
}
location
/ {
location
/ {
...
...
package.json
View file @
7fc0f255
...
@@ -44,15 +44,15 @@
...
@@ -44,15 +44,15 @@
},
},
"proxy"
:
{
"proxy"
:
{
"/idtAppServiceV6"
:
{
"/idtAppServiceV6"
:
{
"target"
:
"http
s://dgoa.demo.idtzw.com.cn
"
,
"target"
:
"http
://124.93.101.8:9988
"
,
"changeOrigin"
:
true
"changeOrigin"
:
true
},
},
"/department"
:
{
"/department"
:
{
"target"
:
"http
s
://app.idt.thinker.vc"
,
"target"
:
"http://app.idt.thinker.vc"
,
"changeOrigin"
:
true
"changeOrigin"
:
true
},
},
"/demo"
:
{
"/demo"
:
{
"target"
:
"http
s
://app.idt.thinker.vc"
,
"target"
:
"http://app.idt.thinker.vc"
,
"changeOrigin"
:
true
"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