Skip to content

Instantly share code, notes, and snippets.

@Chekote
Created July 18, 2018 14:04
Show Gist options
  • Save Chekote/1d679dd7ee2747f8679ce9b12f4377a4 to your computer and use it in GitHub Desktop.
Save Chekote/1d679dd7ee2747f8679ce9b12f4377a4 to your computer and use it in GitHub Desktop.
Silence Nginx logs for favicon.ico and robos.txt
location = /favicon.ico { access_log off; log_not_found off; }
location = /robots.txt { access_log off; log_not_found off; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment