Regarding ERROR: XmlParseFailure

Francis Daly francis at daoine.org
Sat Aug 9 21:53:19 UTC 2014


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        francis at daoine.org



More information about the nginx mailing list