<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">1°) Ensure the config files are all included (starting with main nginx.conf files, then following all 'include' logic). The 'sites-available' logic is due to some distributions packaging and is not there in the official nginx one.<br>

</div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Usually this is OK, but checking cannot hurt. :o)<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">2°) Ensure your configuration is <b>loaded</b>, ie the syntax is correct and nginx is actually applying it.<br>

</div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">- use nginx -t to check the available config does not contain errors<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">

- send SIGHUP to nginx master to reload the configuration (and check logs for messages regarding it)<br>... or use the probably available 'reload' command from your system management script which does both steps, knowing what you are doing<br>

<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">3°) Ensure the reply you see in your client is the one sent by the server (ie take care about any intermediate cache).<br>One way of effectively doing that is monitoring the access.log file (which exists in <a href="http://trac.nginx.org/nginx/browser/nginx/conf/nginx.conf">the default nginx configuration</a>, though commented).<br>

</div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Another (complementary) way of doing the same is using cURL on the command-line, querying your server on the right interface<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">

If you are still experiencing difficulties, please provide details about your problem and your attempts (and their result aswell) to solve it.<br></div><div class="gmail_extra"><div><font size="1"><span style="color:rgb(102,102,102)">---<br>

</span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div>
</div></div>