Explorar o código

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

mengqingchuang %!s(int64=5) %!d(string=hai) anos
pai
achega
0e6313cc3f
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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;
-    }
-	
 }