|
@ -32,7 +32,7 @@ http { |
|
|
server { |
|
|
server { |
|
|
listen 25202; |
|
|
listen 25202; |
|
|
server_name_in_redirect off; |
|
|
server_name_in_redirect off; |
|
|
server_name dev.ccwin-in.com; |
|
|
server_name _; |
|
|
location /api/ { |
|
|
location /api/ { |
|
|
proxy_pass http://eam/; |
|
|
proxy_pass http://eam/; |
|
|
proxy_next_upstream http_500 http_502 http_503 http_504 error timeout invalid_header; |
|
|
proxy_next_upstream http_500 http_502 http_503 http_504 error timeout invalid_header; |
|
|