Commit 7fc0f255 authored by 熊成伟's avatar 熊成伟

debug

parent 6d076d76
Pipeline #16674 passed with stages
in 1 minute and 4 seconds
...@@ -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 https://dgoa.demo.idtzw.com.cn/idtAppServiceV6; proxy_pass http://124.93.101.8:9988/idtAppServiceV6;
} }
location /department { location /department {
proxy_pass https://app.idt.thinker.vc/department; proxy_pass http://app.idt.thinker.vc/department;
} }
location /demo { location /demo {
proxy_pass https://app.idt.thinker.vc/demo; proxy_pass http://app.idt.thinker.vc/demo;
} }
location / { location / {
......
...@@ -44,15 +44,15 @@ ...@@ -44,15 +44,15 @@
}, },
"proxy": { "proxy": {
"/idtAppServiceV6": { "/idtAppServiceV6": {
"target": "https://dgoa.demo.idtzw.com.cn", "target": "http://124.93.101.8:9988",
"changeOrigin": true "changeOrigin": true
}, },
"/department": { "/department": {
"target": "https://app.idt.thinker.vc", "target": "http://app.idt.thinker.vc",
"changeOrigin": true "changeOrigin": true
}, },
"/demo": { "/demo": {
"target": "https://app.idt.thinker.vc", "target": "http://app.idt.thinker.vc",
"changeOrigin": true "changeOrigin": true
} }
} }
......
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