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.
diff --git a/doc/configuration.txt b/doc/configuration.txt
index fafaa34..9ab84ab 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -5848,17 +5848,17 @@
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