change maxretry of fail2ban from 6 to 10

This commit is contained in:
J. Doe 2019-09-19 13:01:22 +02:00 committed by Alexandre Aubin
parent 7ecefaf8dc
commit bf1ad164da

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