瀏覽代碼

更新 'conf.d/sharebms2.conf'

mengqingchuang 4 年之前
父節點
當前提交
4413f567b0
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      conf.d/sharebms2.conf

+ 3 - 1
conf.d/sharebms2.conf

@@ -32,7 +32,9 @@ server {
         try_files $uri $uri/ /index.html;
         #index index.html;
     }
-
+    location /share-bms {
+		proxy_pass http://share-console-debug.xinyueyouxi.com/shareBms;
+    }
     location /sharebms/v2/ {
         proxy_pass http://sharebms2-svc:9191;
         client_max_body_size 10m;