Created
May 31, 2019 11:08
-
-
Save nderjung/e0e7f2c5dfe283d6e5c2f1c14696c21c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Definition] | |
failregex = no user/password was provided for basic authentication.*client: <HOST> | |
user .* was not found in.*client: <HOST> | |
user .* password mismatch.*client: <HOST> | |
ignoreregex = </host></host></host> | |
[nginx-auth] | |
enabled = true | |
filter = nginx-auth | |
action = iptables-multiport[name="nginxauth", port="http,https", protocol="tcp"] | |
logpath = /var/www/vhosts/system/*/logs/error_log | |
/var/log/httpd/*error_log | |
maxretry = 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment