Update jail.local

This commit is contained in:
FusionPBX 2018-10-11 12:29:54 -06:00 committed by GitHub
parent f714f3bc43
commit 1a923a93ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ bantime = 3600
[nginx-dos]
# Based on apache-badbots but a simple IP check (any IP requesting more than
# 240 pages in 60 seconds, or 4p/s average, is suspicious)
# 300 pages in 60 seconds, or 5p/s average, is suspicious)
# Block for two full days.
enabled = false
port = 80,443
@ -92,6 +92,6 @@ protocol = tcp
filter = nginx-dos
logpath = /var/log/nginx/access*.log
findtime = 60
maxretry = 240
maxretry = 300
banaction = pf
bantime = 86400