<div dir="ltr">location is only available in server block. Though you could create a file with the location /favicon... and then include it in every server block which will save you typing.<div><div><br></div><div style><br>
</div><div style><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/1/17 Mik J <span dir="ltr"><<a href="mailto:mikydevel@yahoo.fr" target="_blank">mikydevel@yahoo.fr</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
<br>
I'm really new to Nginx so forgive me if this question seems obvious to you.<br>
<br>
I have Nginx with virtual hosts. In my nginx.conf I have<br>
http {<br>
...<br>
 include /etc/nginx/sites-enabled/*;<br>
...<br>
<br>
In /etc/nginx/sites-enabled/ I have my configuration such as default<br>
<br>
server {<br>
        listen 80 default_server;<br>
        server_name _;<br>
        index index.html;<br>
        root /var/nginx/html;<br>
        access_log /var/log/nginx/default.access.log;<br>
}<br>
<br>
<br>
I would like all my virtual hosts to have some global properties such as<br>
location = /favicon.ico {<br>
return 204;<br>
access_log off;<br>
log_not_found off;<br>
}<br>
so that I won't log access and errors relative to favicon.ico<br>
<br>
But it's not clear to me, where I should put this statement in order to have a minimalistic configuration.<br>
<br>
<br>
Thank you<br>
<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>
</blockquote></div><br></div>