Don't log commonly missing files in nginx

location = /favicon.ico { log_not_found off; }
location = /robots.txt { log_not_found off; }
location = /apple-touch-icon.png { log_not_found off; }
location = /apple-touch-icon-precomposed.png { log_not_found off; }