Browse Source

更新 'conf.d/sharebms2.conf'

mengqingchuang 4 years ago
parent
commit
f27951bef0
1 changed files with 0 additions and 5 deletions
  1. 0 5
      conf.d/sharebms2.conf

+ 0 - 5
conf.d/sharebms2.conf

@@ -37,10 +37,5 @@ server {
         proxy_pass http://sharebms2-svc:9191;
         client_max_body_size 10m;
     }
-    location /share-bms/ {
-        root /usr/share/nginx/html/shareBms/;
-        try_files $uri $uri/ /index.html;
-        #index index.html;
-    }
     
 }