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:
Christopher Faulet 2025-12-08 15:24:00 +01:00
parent e16dcab92f
commit 2fa3b4c3a3

View File

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