mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-21 13:16:57 +00:00
DOC: config: fix alphabetical ordering of http-after-response rules
The 'capture' action must be placed after the 'allow' action. This patch could be backported as far as 2.5.
This commit is contained in:
parent
61aded057d
commit
d9d36b8b6b
@ -5848,17 +5848,17 @@ http-after-response add-header <name> <fmt> [ { if | unless } <condition> ]
|
||||
value is defined by <fmt>. Please refer to "http-request add-header" for a
|
||||
complete description.
|
||||
|
||||
http-after-response allow [ { if | unless } <condition> ]
|
||||
|
||||
This stops the evaluation of the rules and lets the response pass the check.
|
||||
No further "http-after-response" rules are evaluated for the current section.
|
||||
|
||||
http-after-response capture <sample> id <id> [ { if | unless } <condition> ]
|
||||
|
||||
This captures sample expression <sample> from the response buffer, and
|
||||
converts it to a string. Please refer to "http-response capture" for a
|
||||
complete description.
|
||||
|
||||
http-after-response allow [ { if | unless } <condition> ]
|
||||
|
||||
This stops the evaluation of the rules and lets the response pass the check.
|
||||
No further "http-after-response" rules are evaluated for the current section.
|
||||
|
||||
http-after-response del-header <name> [ -m <meth> ] [ { if | unless } <condition> ]
|
||||
|
||||
This removes all HTTP header fields whose name is specified in <name>. Please
|
||||
|
Loading…
Reference in New Issue
Block a user