]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-rules: Support an optional status on deny rules for http reponses
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 13 Jan 2020 15:43:45 +0000 (16:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2020 14:18:46 +0000 (15:18 +0100)
commit040c8cdbbe416a80a56b36f4b332e3c1f592c94f
tree83da766acbbd9f9de14510b94316cf60a1db56fa
parentb58f62b316ce28539506a5c0aadde7c19d464c3f
MINOR: http-rules: Support an optional status on deny rules for http reponses

It is now possible to specified the status code to return an http-response deny
rules. For instance :

    http-response deny deny_status 500
doc/configuration.txt
src/http_act.c
src/http_ana.c