Skip to content

Instantly share code, notes, and snippets.

@Mao8a
Last active May 1, 2020 04:50
Show Gist options
  • Save Mao8a/8eb0e27a11f47c5fd6dd397a6eb3dbec to your computer and use it in GitHub Desktop.
Save Mao8a/8eb0e27a11f47c5fd6dd397a6eb3dbec to your computer and use it in GitHub Desktop.
WP: xmlrpc.php deny request
location = /xmlrpc.php {
	deny all;
	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