|
@@ -17,7 +17,7 @@ server {
|
|
|
|
|
|
charset utf-8;
|
|
|
|
|
|
- server_name share-console-debug.xinyueyouxi.com;
|
|
|
+ server_name share-console-debug.xinyueyouxi.com api-debug.xinyueyouxi.com;
|
|
|
location / {
|
|
|
root /usr/share/nginx/html/;
|
|
|
try_files $uri $uri/ /index.html;
|
|
@@ -28,5 +28,9 @@ server {
|
|
|
proxy_pass http://sharebms2-svc:9191;
|
|
|
client_max_body_size 10m;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+ location /share/v2/ {
|
|
|
+ proxy_pass http://sharesrv2-svc;
|
|
|
+ }
|
|
|
+
|
|
|
}
|