Subversion Repositories configs

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# fail2ban filter configuration for nginx
2
 
3
 
4
[Definition]
5
 
6
 
33 - 7
failregex = ^ \[error\] \d+#\d+: \*\d+ user "\S+":? (password mismatch|was not found in ".*"), client: <HOST>, server: \S*, request: "\S+ \S+ HTTP/\d+\.\d+", host: "\S+"(, referrer: "\S+")?\s*$
3 - 8
 
9
ignoreregex =
10
 
11
# DEV NOTES:
12
# Based on samples in https://github.com/fail2ban/fail2ban/pull/43/files
13
# Extensive search of all nginx auth failures not done yet.
14
#
15
# Author: Daniel Black