Lu
Luke007
#1
How do I block XML-RPC attack in OpenLitespeed server? In nginx, I used to put this in nginx configuration file
if ($http_user_agent ~ WordPress) { return 444; }
Is there an OpenLitespeed alternative to drop connections from Wordpress useragent?