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:
Christopher Faulet 2023-01-05 10:25:30 +01:00
parent 61aded057d
commit d9d36b8b6b

View File

@ -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