# NGINX # FILE: /usr/local/etc/nginx/conf.d/assets.conf # Do not log attempts for common files location ~ ^/(favicon.ico|robots.txt) { access_log off; log_not_found off; }