Kaynağa Gözat

更新 'conf.d/sharebms2.conf'

mengqingchuang 4 yıl önce
ebeveyn
işleme
4413f567b0
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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;