소스 검색

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

mengqingchuang 5 년 전
부모
커밋
0e6313cc3f
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  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;
-    }
-	
 }