ソースを参照

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

chenghongxi 4 年 前
コミット
557856c78d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      share-v2/sharesrv2-nginx/conf.d/sharesrv2-nginx.conf

+ 1 - 1
share-v2/sharesrv2-nginx/conf.d/sharesrv2-nginx.conf

@@ -17,6 +17,6 @@ server
         add_header Access-Control-Allow-Origin *;
         add_header Access-Control-Allow-Methods 'GET,POST,PUT,OPTIONS,PATCH,DELETE,HEAD';
         add_header Access-Control-Allow-Headers 'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization,token,x-ts,x-sign,x-uid,x-nonce';
-        proxy_pass http://sharesrv2-svc-nei:9092;
+        proxy_pass http://172.21.43.131:9092;
 	}
 }