Feat: add forbidden to jail.conf

pull/2226/head
Michele Bologna 2018-09-14 23:08:12 +02:00
parent 1fb7ffe759
commit 7e88ae0ee6
1 changed files with 5 additions and 0 deletions

View File

@ -390,6 +390,11 @@ port = http,https
logpath = %(nginx_error_log)s
maxretry = 2
[nginx-forbidden]
port = http,https
logpath = %(nginx_error_log)s
maxretry = 10
# Ban attackers that try to use PHP's URL-fopen() functionality
# through GET/POST variables. - Experimental, with more than a year