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