mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Change from #802 was only about the yunohost jail ... this should be global >.>
This commit is contained in:
parent
4eaad17019
commit
fe8fd1b2c5
2 changed files with 1 additions and 2 deletions
|
@ -63,7 +63,7 @@ bantime = 600
|
||||||
findtime = 600
|
findtime = 600
|
||||||
|
|
||||||
# "maxretry" is the number of failures before a host get banned.
|
# "maxretry" is the number of failures before a host get banned.
|
||||||
maxretry = 5
|
maxretry = 10
|
||||||
|
|
||||||
# "backend" specifies the backend used to get files modification.
|
# "backend" specifies the backend used to get files modification.
|
||||||
# Available options are "pyinotify", "gamin", "polling", "systemd" and "auto".
|
# Available options are "pyinotify", "gamin", "polling", "systemd" and "auto".
|
||||||
|
|
|
@ -29,4 +29,3 @@ 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 = 10
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue