Update haproxy-http-auth.conf

Updated failregex to be more strict
pull/1288/head
Jordan Moeser 2016-01-12 08:37:33 +10:00
parent e133762a28
commit d7b46509d8
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>.*NOSRV.*401
failregex = ^%(__prefix_line)s<HOST>.*<NOSRV> -1/-1/-1/-1/\+*\d* 401
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.