DevOps
Disable WordPress XML-RPC in NGINX

Locate your nginx configuration file and add the following rule in there.
location = /xmlrpc.php {
deny all;
}
Save it and reload the nginx service.
Now the user will get a 403 Forbidden response.
Back to Home
Share:
Comments
Share your thoughts and join the conversation
No comments yet
Be the first to share your thoughts!
Failed to load comments
Please try refreshing the page
Leave a Comment