<div dir="ltr">Hi,<div><br></div><div>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.</div><div><br></div><div><div>2014/08/09 06:31:55 [info] 32681#0: *2 client 14.102.112.84 closed keepalive connection</div>
<div>2014/08/09 06:36:13 [notice] 329#0: signal process started</div><div>2014/08/09 06:36:13 [notice] 32669#0: signal 1 (SIGHUP) received, reconfiguring</div><div>2014/08/09 06:36:13 [notice] 32669#0: reconfiguring</div>
<div>2014/08/09 06:36:13 [notice] 32669#0: using the "epoll" event method</div><div>2014/08/09 06:36:13 [notice] 32669#0: start worker processes</div><div>2014/08/09 06:36:13 [notice] 32669#0: start worker process 330</div>
<div>2014/08/09 06:36:14 [notice] 32681#0: gracefully shutting down</div><div>2014/08/09 06:36:14 [notice] 32681#0: exiting</div><div>2014/08/09 06:36:14 [notice] 32681#0: exit</div><div>2014/08/09 06:36:14 [notice] 32669#0: signal 17 (SIGCHLD) received</div>
<div>2014/08/09 06:36:14 [notice] 32669#0: worker process 32681 exited with code 0</div><div>2014/08/09 06:36:14 [notice] 32669#0: signal 29 (SIGIO) received</div><div>2014/08/09 06:36:19 [error] 330#0: *3 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 14.102.112.84, server: , request: "GET / HTTP/1.1", host: "<a href="http://65.60.72.19:90">65.60.72.19:90</a>"</div>
<div>2014/08/09 06:36:19 [info] 330#0: *3 client 14.102.112.84 closed keepalive connection</div></div><div><br></div><div>Why it is happening?</div><div><br></div><div>Thanks,</div><div>Panky</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sat, Aug 9, 2014 at 6:36 PM, Pankaj Kaushik <span dir="ltr"><<a href="mailto:dev.panky2014@gmail.com" target="_blank">dev.panky2014@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi,<div><br></div><div>When my uri contains "/", then i do not receive any error.</div><div><br></div><div>But when my uri contains "/abc/" then i receive xml parsing error.</div><div><br>

</div><div>Can any body please let me know what is the issue and why i am getting this error.</div><div><br></div><div>Below is my nginx.conf.</div><div><div><br></div><div><div>map $uri $key2 {</div><div>                 ~^(?<key>/[^/]+)/ $key;</div>

<div>                default "";</div><div>        }</div></div><div><br></div><div><br></div><div>upstream backend {</div><div>                hash $key2 consistent;</div><div>                server <a href="http://10.0.0.22:8080" target="_blank">10.0.0.22:8080</a>;</div>

<div>                server <a href="http://10.0.0.23:8080" target="_blank">10.0.0.23:8080</a>;</div><div>                server <a href="http://10.0.0.24:8080" target="_blank">10.0.0.24:8080</a>;</div><div>                server <a href="http://10.0.0.25:8080" target="_blank">10.0.0.25:8080</a>;</div>

<div>                server <a href="http://10.0.0.26:8080" target="_blank">10.0.0.26:8080</a>;</div><div>        }</div><div>        upstream backend_2 {</div><div>                server <a href="http://10.0.0.22:8080" target="_blank">10.0.0.22:8080</a>;</div>

<div>                server <a href="http://10.0.0.23:8080" target="_blank">10.0.0.23:8080</a>;</div><div>                server <a href="http://10.0.0.24:8080" target="_blank">10.0.0.24:8080</a>;</div><div>                server <a href="http://10.0.0.25:8080" target="_blank">10.0.0.25:8080</a>;</div>

<div>                server <a href="http://10.0.0.26:8080" target="_blank">10.0.0.26:8080</a>;</div><div>        }</div><div><br></div><div>            server {</div><div>                listen 90 default_server;</div><div>
<br></div><div>
                location = / {</div><div>                    proxy_pass <a href="http://backend_2" target="_blank">http://backend_2</a>;</div><div>                }</div><div>                location $uri {</div><div>                    proxy_pass <a href="http://backend" target="_blank">http://backend</a>;</div>

<div>                }</div><div><br></div><div>        }</div></div><div><br></div><div>Thanks,</div><div>Panky</div></div>
</blockquote></div><br></div>