On Sat, Aug 09, 2014 at 07:08:55PM +0530, Pankaj Kaushik wrote:
Hi there,
> Also when i checked the error log, the client request is not going to any
> upstream server. Instead it is routing to some default location.
> request: "GET / HTTP/1.1", host: "65.60.72.19:90"
> Why it is happening?
Your request is for "/". The only location block you have is a prefix
match for the four-character string "$uri", which does not match
your request, so the request is processed by the default server-level
configuration.
f
--
Francis Daly [email protected]
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx