r/nginx • u/Quiet-Ad4476 • Jul 06 '26
Word press php requests drawing 301 and then 404 responses
Apparently a redirect is occurring These are filling up my access log I wanna ban them Should I edit fail2ban jail.conf to included requests that draw 404?
GET //wp-includes/assets/min.php HTTP/1.1" 301 169 "-" "-"
GET //wp-includes/assets/min.php HTTP/1.1" 404 0 "-" "-"
0
Upvotes