diff --git a/config/fail2ban/wordpress.local b/config/fail2ban/wordpress.local new file mode 100644 index 0000000..2a66baa --- /dev/null +++ b/config/fail2ban/wordpress.local @@ -0,0 +1,7 @@ +[wordpress] +enabled = true +port = http,https +filter = wordpress +logpath = /var/log/nginx/access.log +maxretry = 10 +bantime = 3600 \ No newline at end of file