mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
DOC: config: Fix description of the spop mode
It was mentionned that the spop mode turned the backend into a "log" backend. It is obviously wrong. It turns the backend into a spop backend. This patch should be backported as far as 3.1.
This commit is contained in:
parent
3cf4e7afb9
commit
e16dcab92f
1 changed files with 1 additions and 1 deletions
|
|
@ -9138,7 +9138,7 @@ mode { tcp|http|log|spop }
|
|||
server features are supported, but not TCP or HTTP specific ones.
|
||||
|
||||
spop When used in a backend section, it will turn the backend into a
|
||||
log backend. This mode is mandatory and automatically set, if
|
||||
spop backend. This mode is mandatory and automatically set, if
|
||||
necessary, for backends referenced by SPOE engines.
|
||||
|
||||
When doing content switching, it is mandatory that the frontend and the
|
||||
|
|
|
|||
Loading…
Reference in a new issue