Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Block XML-RPC Requests #21

Closed
kingkool68 opened this issue Jun 14, 2017 · 0 comments
Closed

Block XML-RPC Requests #21

kingkool68 opened this issue Jun 14, 2017 · 0 comments

Comments

@kingkool68
Copy link
Contributor

We don't use it and it opens up a vector for resource draining:

Edit /var/www/spiritedmedia.com/conf/nginx/protect-system-files.conf:

# Block XML-RPC requests
location = /xmlrpc.php {
  deny all;
  access_log off;
  log_not_found off;
}
@kingkool68 kingkool68 mentioned this issue Jun 23, 2017
6 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant