jiteshanand Wrote:
-------------------------------------------------------
> listen 9200;
.......
> proxy_pass http://localhost:9200;
Your listening and passing on the same port.
-------------------------------------------------------
> listen 9200;
.......
> proxy_pass http://localhost:9200;
Your listening and passing on the same port.