|
@@ -27,10 +27,11 @@ server {
|
|
charset utf-8;
|
|
charset utf-8;
|
|
|
|
|
|
server_name share-console-debug.xinyueyouxi.com;
|
|
server_name share-console-debug.xinyueyouxi.com;
|
|
|
|
+
|
|
|
|
+ rewrite ^(.*)share-bms(.*)$ $1shareBms$2;
|
|
location / {
|
|
location / {
|
|
root /usr/share/nginx/html/;
|
|
root /usr/share/nginx/html/;
|
|
try_files $uri $uri/ /index.html;
|
|
try_files $uri $uri/ /index.html;
|
|
- rewrite ^(.*)share-bms(.*)$ $1shareBms$2;
|
|
|
|
#index index.html;
|
|
#index index.html;
|
|
}
|
|
}
|
|
location /sharebms/v2/ {
|
|
location /sharebms/v2/ {
|