浏览代码

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

mengqingchuang 4 年之前
父节点
当前提交
c0ac7a3511
共有 1 个文件被更改,包括 6 次插入0 次删除
  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;
+    }
 }