change maxretry of fail2ban from 6 to 10

This commit is contained in:
J. Doe 2019-09-19 13:01:22 +02:00
parent 4d5e82f8ea
commit f18cff9dba

View file

@ -29,4 +29,4 @@ protocol = tcp
filter = yunohost filter = yunohost
logpath = /var/log/nginx/*error.log logpath = /var/log/nginx/*error.log
/var/log/nginx/*access.log /var/log/nginx/*access.log
maxretry = 6 maxretry = 10