From 7b40cdd3eb0a02c2a432e4d8eff57c7a2bdca632 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 26 Nov 2019 14:56:31 +0100 Subject: [PATCH] Created Fail2Ban config for WordPress --- config/fail2ban/wordpress.local | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/fail2ban/wordpress.local 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