# # WP Fail2Ban Redux jail # # NOTE: While the `logpath` parameter, provided below, is a common path, it is # *not* the correct path on all server setups. Adjust accordingly. # # Common Paths: # # - Debian/Ubuntu/FreeBSD # /var/log/auth.log # # - Fedora # /var/log/secure # # - macOS/OS X # /var/log/secure.log # [wordpress-hard] enabled = true filter = wordpress-hard logpath = /var/log/auth.log maxretry = 2 port = http,https [wordpress-soft] enabled = true filter = wordpress-soft logpath = /var/log/auth.log maxretry = 5 port = http,https