About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
facelordgists
1/9/2017 - 8:59 PM
share
Share
add_circle_outline
Save
NGINX rule to block DDOS attacks on xmlrpc.php file
NGINX rule to block DDOS attacks on xmlrpc.php file
nginx-block-xmlrpc.php file.conf
content_copy
file_download
location ~* ^/xmlrpc\.php { return 444; }
clear