Update haproxy-http-auth.conf

little bit more precise expression
pull/1746/head
Serg G. Brester 2017-04-11 09:11:08 +02:00 committed by GitHub
parent 07023436ac
commit 4f0f22702a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ _daemon = haproxy
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
# Values: TEXT
#
failregex = ^%(__prefix_line)s<HOST>:\d+.*<NOSRV> -1/-1/-1/-1/\+*\d* 401
failregex = ^%(__prefix_line)s<HOST>(?::\d+)?\s+.*<NOSRV> -1/-1/-1/-1/\+*\d* 401
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.