adding jail conf for shellshock filter

This commit is contained in:
SlowRiot 2014-09-26 16:37:50 +01:00
parent 4f636eb0e3
commit fc5f729f01

View file

@ -283,6 +283,11 @@ port = http,https
logpath = %(apache_error_log)s
maxretry = 2
[apache-shellshock]
port = http,https
logpath = $(apache_error_log)s
maxretry = 1
[nginx-http-auth]