Skip to content

Instantly share code, notes, and snippets.

@vncloudsco
Last active November 27, 2019 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vncloudsco/4e34f0af821b5eb84e93852661962990 to your computer and use it in GitHub Desktop.
Save vncloudsco/4e34f0af821b5eb84e93852661962990 to your computer and use it in GitHub Desktop.
location = /wp-admin/install.php {
if ($request_method = GET) {
return 444;
}
}
location = /wp-admin/upgrade.php {
if ($request_method = GET) {
return 444;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment