GitHub linguist .yml, fail2ban config fixes

This commit is contained in:
Bastian de Byl
2020-09-25 11:41:15 -04:00
parent 770be0ef4b
commit 3b4ad7c45c
4 changed files with 10 additions and 2 deletions

View File

@@ -1,9 +1,11 @@
[nginx-limit-req]
enabled = true
port = http,https
logpath = %(nginx_error_log)s
findtime = 600
bantime = 1w
maxretry = 8
ignoreip = 127.0.0.1/32 192.168.1.0/24
[nginx-http-auth]
enabled = true
@@ -11,10 +13,12 @@ port = http,https
logpath = %(nginx_error_log)s
bantime = 2w
maxretry = 5
ignoreip = 127.0.0.1/32 192.168.1.0/24
[nginx-botsearch]
enabled = true
port = http,https
logpath = %(nginx_error_log)s
logpath = %(nginx_access_log)s
bantime = 1w
maxretry = 5
ignoreip = 127.0.0.1/32 192.168.1.0/24