Explorar o código

更新 'conf.d/sharebms2.conf'

mengqingchuang %!s(int64=4) %!d(string=hai) anos
pai
achega
4413f567b0
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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;