소스 검색

更新 'conf.d/sharebms2.conf'

mengqingchuang 4 년 전
부모
커밋
367d2b08c9
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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;
+    }
     
 }