Skip to content

Instantly share code, notes, and snippets.

@alherd-by
Created May 21, 2017 10:50
Show Gist options
  • Save alherd-by/e1be9bf55816694d62832d67ddb78a59 to your computer and use it in GitHub Desktop.
Save alherd-by/e1be9bf55816694d62832d67ddb78a59 to your computer and use it in GitHub Desktop.
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