facelordgists
1/9/2017 - 8:59 PM

NGINX rule to block DDOS attacks on xmlrpc.php file

NGINX rule to block DDOS attacks on xmlrpc.php file

location ~* ^/xmlrpc\.php {
  return 444;
}