Hi, To avoid the xml-rpc attack, I wanted to limit xmlrpc.php file in my wordpress, I added this command to /usr/local/nginx/conf/conf.d/mydomain.com.conf : location ~ ^(xmlrpc\.php) { allow my ip range/18; deny all; } It is not working and I still...