mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #216 from opi/patch-2
[enh] Increase fail2ban maxretry on user login, narrow nginx log files
This commit is contained in:
commit
fc7c35c319
1 changed files with 2 additions and 1 deletions
|
@ -581,4 +581,5 @@ enabled = true
|
||||||
port = http,https
|
port = http,https
|
||||||
protocol = tcp
|
protocol = tcp
|
||||||
filter = yunohost
|
filter = yunohost
|
||||||
logpath = /var/log/nginx/*.log
|
logpath = /var/log/nginx*/*error.log
|
||||||
|
maxretry = 6
|
||||||
|
|
Loading…
Add table
Reference in a new issue