SMF - Just Installed!
AddHandler fcgid-script .php
FcgidWrapper /var/www/php-bin-isp-php82/USERNAME/php .php
map $http_user_agent $blocked_bots {
default 0;
"~Claude-Web" 1;
"~ClaudeBot" 1;
"~SemrushBot" 1;
}
if ( $blocked_bots = 1 ) { return 444; }
nginx -t
service nginx restart