Просмотр исходного кода

更新 'conf.d/sharebms2.conf'

mengqingchuang 4 лет назад
Родитель
Сommit
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;