Преглед на файлове

更新 '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;
-    }
-	
 }