Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit da13653

Browse files
authored
Update jail.local
enable deny filter by default
1 parent 331c0c6 commit da13653

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

root/defaults/jail.local

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@ enabled = true
4848
port = http,https
4949
filter = nginx-botsearch
5050
logpath = /config/log/nginx/access.log
51+
52+
[nginx-deny]
53+
54+
enabled = true
55+
port = http,https
56+
filter = nginx-deny
57+
logpath = /config/log/nginx/error.log

0 commit comments

Comments
 (0)