mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Increase fail2ban maxretry on user login, narrow nginx log files
We're intended to a general public, after all ;)
This commit is contained in:
parent
198bc51128
commit
40cb95f33a
1 changed files with 2 additions and 1 deletions
|
@ -581,4 +581,5 @@ enabled = true
|
|||
port = http,https
|
||||
protocol = tcp
|
||||
filter = yunohost
|
||||
logpath = /var/log/nginx/*.log
|
||||
logpath = /var/log/nginx*/*error.log
|
||||
maxretry = 6
|
||||
|
|
Loading…
Add table
Reference in a new issue