diff --git a/nginx.conf b/nginx.conf index 3cf2f79..f9a5113 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,9 +30,9 @@ http { server localhost:90 weight=10 max_fails=3 fail_timeout=10s; } server { - listen 82; + listen 25203; server_name_in_redirect off; - server_name dev.ccwin-in.com; + server_name _; location /api/ { proxy_pass http://eam/; proxy_next_upstream http_500 http_502 http_503 http_504 error timeout invalid_header;