Sfoglia il codice sorgente

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

chenghongxi 4 anni fa
parent
commit
1e3cd45a19
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      conf.d/wapi.xinyue.conf

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

@@ -153,6 +153,9 @@ server {
  	location ~ ^/new_moston/ {
          proxy_pass http://moston-svc:9001;
     }
+    location ~ ^/new_acquisition/ {
+           proxy_pass http://acquisit-svc:9001;
+    }
 }
 server {
     listen 80;
@@ -206,4 +209,7 @@ server {
  	location ~ ^/new_moston/ {
            proxy_pass http://moston-svc:9001;
     }
+    location ~ ^/new_acquisition/ {
+           proxy_pass http://acquisit-svc:9001;
+    }
 }