forked from norman/fusionpbx-install.sh-github-mirror
CentOS 7 Installer (#71)
This commit is contained in:
committed by
FusionPBX
parent
fbdca20dee
commit
e1e6e06162
14
centos/resources/fail2ban/nginx-dos.conf
Normal file
14
centos/resources/fail2ban/nginx-dos.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# Fail2Ban configuration file
|
||||
|
||||
[Definition]
|
||||
# Option: failregex
|
||||
# Notes.: Regexp to catch a generic call from an IP address.
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = ^<HOST> -.*"(GET|POST).*HTTP.*"$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
# Values: TEXT
|
||||
#
|
||||
ignoreregex =
|
||||
Reference in New Issue
Block a user