Browse Source

更新 'conf.d/wapi.xinyue.conf'

mengqingchuang 4 years ago
parent
commit
c0ac7a3511
1 changed files with 6 additions and 0 deletions
  1. 6 0
      conf.d/wapi.xinyue.conf

+ 6 - 0
conf.d/wapi.xinyue.conf

@@ -156,6 +156,9 @@ server {
     location ~ ^/new_acquisition/ {
            proxy_pass http://acquisit-svc:9001;
     }
+    location ~ ^/active/ {
+           proxy_pass http://active-svc:9001;
+    }
 }
 server {
     listen 80;
@@ -212,4 +215,7 @@ server {
     location ~ ^/new_acquisition/ {
            proxy_pass http://acquisit-svc:9001;
     }
+    location ~ ^/active/ {
+           proxy_pass http://active-svc:9001;
+    }
 }