summaryrefslogtreecommitdiff
path: root/config/jail.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/jail.conf')
-rw-r--r--config/jail.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/jail.conf b/config/jail.conf
index 697c81dd..a6f2ac5a 100644
--- a/config/jail.conf
+++ b/config/jail.conf
@@ -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