<p dir="ltr">On 6 Jul 2013 18:11, "prasunb" <<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>> wrote:<br>
><br>
> Hello,<br>
>         I have installed nginx as proxy server for our project purposes. We<br>
> kept our application in our private lan and made that private url (say<br>
> <a href="http://a.b.c.d:1234/appName">http://a.b.c.d:1234/appName</a>) an entry in nginx config file<br>
> (/etc/nginx/stes-available/web-apps ). Then restarted the nginx service to<br>
> take effect new changes. nginx is running in 80 port and accessible from<br>
> internet. In this way nginx had been run for last 4 months. But, suddenly it<br>
> stopped updating itself. I mean whatever new url I do add in the config<br>
> file, nginx is not redirecting any request to the real application.<br>
><br>
>         I have tracked the ports using tcpdump. nginx receiving the request, but it<br>
> is not forwarding the request towards real server. I have checked the access<br>
> log file and the error.log file, but no error is logged there.</p>
<p dir="ltr">Check that your restart script is REALLY restarting the process. Check the PID age.</p>
<p dir="ltr">I've seen this before on certain OSes where a restart with configuration errors present resulted in silent failure and no restart. </p>
<p dir="ltr">HTH, <br>
Jonathan</p>