Created
May 21, 2017 10:50
-
-
Save alherd-by/e1be9bf55816694d62832d67ddb78a59 to your computer and use it in GitHub Desktop.
This file contains 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 ~/(admin|wp-admin|backend){ | |
access_log off; | |
log_not_found off; | |
return 404; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment