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/; }