Disable XML-RPC via Nginx

Post Reply
User avatar

Topic Author
Kygo <>
Founder
Founder
Posts: 140
Joined: 26 Sep 2024, 21:31
Location: Romania
Has thanked: 1 time
Been thanked: 15 times
Contact:
    Windows 10 Edge
Dec 2024 29 12:56

Disable XML-RPC via Nginx

Post by Kygo <>

Similar to protecting with Apache, here is how to do it using Nginx and its access module, ngx_http_access_module:xmlrpc.php
Please Login or Register to see this code This simple directive blocks all access to by returning a 403 “Forbidden” response for all requests. Very lightweight and very effective.xmlrpc.php

Image
Post Reply