<div dir="ltr"><div><div>Hi,<br><br></div>   I'm having a few problems with my routes and I'll appreciate any help that you could provide. <br><br></div>Here is my nginx configuration:<br><br>upstream internal {<br>        server <a href="http://10.0.0.13:9001">10.0.0.13:9001</a>;<br>        server <a href="http://10.0.0.13:9002">10.0.0.13:9002</a>;<br>        server <a href="http://10.0.0.13:9003">10.0.0.13:9003</a>;<br>        server <a href="http://10.0.0.13:9004">10.0.0.13:9004</a>;<br>        server <a href="http://10.0.0.15:9001">10.0.0.15:9001</a>;<br>        server <a href="http://10.0.0.15:9002">10.0.0.15:9002</a>;<br>        server <a href="http://10.0.0.15:9003">10.0.0.15:9003</a>;<br>        server <a href="http://10.0.0.15:9004">10.0.0.15:9004</a>;<br>        keepalive 1024;<br>}<br><br>server {<br>    listen 12340;<br><br>    location / {<br>        proxy_pass         <a href="http://internal">http://internal</a>;<br>    }<br>}<br><div><div><br><br></div><div>Al the processes in the upstream matches the route: /process/a/N<br><br></div><div>Everything is running ok, <span id="result_box" class="" lang="en"><span class="">but</span> <span class="">in a random fashion routes that worked in the past, such as </span></span><br>/process/a/1 or /process/a/2 returns as HTTP/404 and the request never reaches the upstream servers. So I think is nginx itself answering with the 404.<br><br></div><div>Also, in the logs I see:<br><br> /usr/local/nginx/html/process/a/1 failed (2: No such file or directory) <br><br>which has no sense given I didn't set a root and in nginx.conf. <br><br></div><div>Thank you in advance.<br><br></div><div><br><br></div><div><br><div><div>-- <br><div class="gmail_signature"><div dir="ltr">---<div>Guido Accardo</div></div></div>
</div></div></div></div></div>