mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: config: Fix 'http-response send-spoe-group' documentation
Arguments were missing in the rule heading. This patch may be backported as far as 2.0.
This commit is contained in:
parent
eae8afaa60
commit
24e7f354e9
1 changed files with 2 additions and 1 deletions
|
|
@ -7203,7 +7203,8 @@ http-response sc-set-gpt0(<sc-id>) { <int> | <expr> }
|
|||
boolean. If an error occurs, this action silently fails and the actions
|
||||
evaluation continues.
|
||||
|
||||
http-response send-spoe-group [ { if | unless } <condition> ]
|
||||
http-response send-spoe-group <engine-name> <group-name>
|
||||
[ { if | unless } <condition> ]
|
||||
|
||||
This action is used to trigger sending of a group of SPOE messages. To do so,
|
||||
the SPOE engine used to send messages must be defined, as well as the SPOE
|
||||
|
|
|
|||
Loading…
Reference in a new issue