# NGINX # FILE: /usr/local/etc/nginx/conf.d/assets.conf location = /robots.txt { access_log off; log_not_found off; } location = /favicon.ico { access_log off; log_not_found off; }