@@ -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;