Created
July 18, 2018 14:04
-
-
Save Chekote/1d679dd7ee2747f8679ce9b12f4377a4 to your computer and use it in GitHub Desktop.
Silence Nginx logs for favicon.ico and robos.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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