mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
DOC: config: Improve spop mode documentation
The spop mode description was a bit confusing. So let's improve it. Thanks to @NickMRamirez. This patch shoud fix issue #3206. It could be backported as far as 3.1.
This commit is contained in:
parent
e16dcab92f
commit
2fa3b4c3a3
1 changed files with 4 additions and 2 deletions
|
|
@ -9138,8 +9138,10 @@ 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
|
||||
spop backend. This mode is mandatory and automatically set, if
|
||||
necessary, for backends referenced by SPOE engines.
|
||||
spop backend. This mode is mandatory if the backend contains
|
||||
SPOA servers, but when mode is tcp, it will automatically be
|
||||
converted to mode spop if such servers are detected.
|
||||
|
||||
|
||||
When doing content switching, it is mandatory that the frontend and the
|
||||
backend are in the same mode (generally HTTP), otherwise the configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue