2021-08-28 11:34:37 +00:00
|
|
|
# Block clients based on a list of specific requests
|
|
|
|
# The list contains applications that are not installed
|
|
|
|
# only scanners and bad parties will try too often
|
|
|
|
# so blocking can be fast and long
|
2021-04-11 10:14:41 +00:00
|
|
|
[webexploits]
|
|
|
|
enabled = true
|
|
|
|
port = http,https
|
|
|
|
filter = webexploits
|
|
|
|
logpath = /var/log/nginx/access.log
|
|
|
|
maxretry = 2
|
2021-08-28 11:34:37 +00:00
|
|
|
findtime = 4h
|
|
|
|
bantime = 4h
|