diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 9fdb9d3..7e14eb7 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -95,8 +95,8 @@ http { } location /test/ { - return 404 ""; - #proxy_pass http://localhost:4440/; + # return 404 ""; + proxy_pass http://10.0.0.3:4445; #proxy_pass https://sbtest.etcinit.com/; }