Browse Source

更新 'share-v2/sharebms2-nginx/conf.d/sharebms2.conf'

mengqingchuang 5 years ago
parent
commit
0e6313cc3f
1 changed files with 1 additions and 5 deletions
  1. 1 5
      share-v2/sharebms2-nginx/conf.d/sharebms2.conf

+ 1 - 5
share-v2/sharebms2-nginx/conf.d/sharebms2.conf

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