@ -32,7 +32,7 @@ http {
server {
listen 25200;
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;
@ -57,4 +57,4 @@ http {
index index.html index.htm;
}
listen 80;