I have some rules in nginx to block trafic: bad bots/user agents, ips, wp-logins. All rules block with return 444
fail2ban is listing nginx logs, but can't diferenciate the rules all rules are 444.
I need any trick to differentiate the nginx rules inside the log to apply diffrent blocks with fail2ban. Is it possible?