Hello!
On Sat, Aug 09, 2014 at 07:08:27PM +0530, Pankaj Kaushik wrote:
> Hi,
>
> 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.
[...]
This type of questions is certainly off-topic for the nginx-devel@
Hi,
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.
2014/08/09 06:31:55 [info] 32681#0: *2 client 14.102.112.84 closed
keepalive connection
2014/08/09 06:36:13 [notice] 329#0: signal process started
2014/08
Hi,
When my uri contains "/", then i do not receive any error.
But when my uri contains "/abc/" then i receive xml parsing error.
Can any body please let me know what is the issue and why i am getting this
error.
Below is my nginx.conf.
map $uri $key2 {
~^(?/[^/]+)/ $key;