From 86dbb5179372ed6a7b0ede1f9daf72bfec61960d Mon Sep 17 00:00:00 2001 From: ztzh_xieyun Date: Fri, 12 Apr 2024 18:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9nginx=E5=90=8E=E7=AB=AFip?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-ui/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf-ui/nginx.conf b/sf-ui/nginx.conf index b646e88..17defe3 100644 --- a/sf-ui/nginx.conf +++ b/sf-ui/nginx.conf @@ -37,7 +37,7 @@ http { add_header Access-Control-Allow-Origin $http_origin; add_header Access-Control-Allow-Method GET,POST,OPTIONS; add_header Access-Control-Allow-Headers version,location,lat,long,device,did,macaws_sign; - proxy_pass http://zt-sac-java:7781/; + proxy_pass http://172.24.0.2:7781/; }