Commit c3379cd1 authored by 熊成伟's avatar 熊成伟

debug

parent c458e57d
Pipeline #16681 passed with stages
in 1 minute and 27 seconds
...@@ -9,10 +9,10 @@ server { ...@@ -9,10 +9,10 @@ server {
proxy_pass https://dgoa.demo.idtzw.com.cn/idtAppServiceV6; proxy_pass https://dgoa.demo.idtzw.com.cn/idtAppServiceV6;
} }
location /department { location /department {
proxy_pass http://app.idt.thinker.vc/department; proxy_pass http://121.37.200.66:8888/department;
} }
location /demo { location /demo {
proxy_pass http://app.idt.thinker.vc/demo; proxy_pass http://121.37.200.66:8888/demo;
} }
location / { location / {
......
...@@ -48,11 +48,11 @@ ...@@ -48,11 +48,11 @@
"changeOrigin": true "changeOrigin": true
}, },
"/department": { "/department": {
"target": "http://app.idt.thinker.vc", "target": "http://121.37.200.66:8888",
"changeOrigin": true "changeOrigin": true
}, },
"/demo": { "/demo": {
"target": "http://app.idt.thinker.vc", "target": "http://121.37.200.66:8888",
"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