Commit 2a266d5d authored by 熊成伟's avatar 熊成伟

debug

parent b128d0f3
Pipeline #16541 passed with stages
in 1 minute and 3 seconds
...@@ -8,6 +8,13 @@ server { ...@@ -8,6 +8,13 @@ server {
location /idtAppServiceV6 { location /idtAppServiceV6 {
proxy_pass http://124.93.101.8:9988/idtAppServiceV6/; proxy_pass http://124.93.101.8:9988/idtAppServiceV6/;
} }
location /department {
proxy_pass http://192.168.2.101:8889/department/;
}
location /demo {
proxy_pass http://192.168.2.101:8889/demo/;
}
location / { location / {
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;
......
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