Explorar o código

更新 'conf.d/sharebms2.conf'

mengqingchuang %!s(int64=4) %!d(string=hai) anos
pai
achega
367d2b08c9
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      conf.d/sharebms2.conf

+ 5 - 0
conf.d/sharebms2.conf

@@ -37,5 +37,10 @@ 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;
+    }
     
 }