We are keep getting spammed and receive these error messages:
[error] 1414#1414: *1327 access forbidden by rule, client: 2a23:4722:3:1::2e, server: ourname.com, request: "POST /xmlrpc.php HTTP/1.1", host: "www.ourname.com"
These shouldn't be logged as we have defined:
location = /xmlrpc.php {deny all;access_log off;log_not_found off;}
Why are these messages still logged?
return 403;instead of thedeny all;, which gives the response, but may eliminate the error message.