<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">IMO your configuration looks like an include maze/mess, so I won't dig to far in it.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">From what I saw you define at least 2 servers listening on port 80 with nothing to differentiate them from each other (such as a server_name).<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I thought that kind of configuration was rejected by nginx, if my memory does not fail me.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I would:<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">1°) Check your configuration is accepted by nginx and effectively applied (testing it before reload + on reload, check the error log)<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">2°) 1 request is served by 1 location only. Ensure you are up to speed with location modifier precedence (see <a href="http://nginx.org/en/docs/http/ngx_http_core_module.html#location">location</a> documentation) and that your request is effectively being served by the pointed location<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">The 'bug' you see comes from either point: Or your configuration is not applied, or your request is being served somewhere else.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">To simplify this test procedure, I strongly recommend you to come down to a minimal configuration avoiding useless includes until you can narrow the problem down.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Once that done, I would then progressively add the includes again.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">During that process, I would also taking the opportunity of cleaning/reorganizing it better. That would help maintenance, and nginx configuration as been thought to allow scalable configuration, so you can for sure do better than that.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Seeing the mess in your configuration, I would not call for a bug in the most widely directive ever used by nginx, but rather call for having creating your own doom with such poorly written conf... ;o)<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Good luck,</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>
<br><div class="gmail_quote">On Wed, Oct 29, 2014 at 8:38 PM, Igal @ getRailo.org <span dir="ltr"><<a href="mailto:igal@getrailo.org" target="_blank">igal@getrailo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">does the order of access_log directives matter?<br>
<br>
I can't disable the logging of static resources.<br>
<br>
I have the main config file which contains the access_log directive at<br>
line #74<br>
<a href="https://gist.github.com/igal-getrailo/6981111#file-1-nginx-railo-conf" target="_blank">https://gist.github.com/igal-getrailo/6981111#file-1-nginx-railo-conf</a><br>
<br>
and includes a config file for each site like<br>
<a href="https://gist.github.com/igal-getrailo/6981111#file-3-nginx-site-site1-conf" target="_blank">https://gist.github.com/igal-getrailo/6981111#file-3-nginx-site-site1-conf</a><br>
<br>
I expect line 32 at the included file to disable to access log for these<br>
files but they are still logged.<br>
<br>
any ideas?<br>
<br>
Thanks<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Igal Sapir<br>
Railo Core Developer<br>
<a href="http://getRailo.org/" target="_blank">http://getRailo.org/</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div></div>