mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-06 18:01:05 +01:00
DOC: Fix typo in iif() example
It should read 'iif', not 'iff'. Reported-by: Miroslav Zagorac <zaga@fly-etf.net>
This commit is contained in:
parent
253c4dc200
commit
870713bbc0
@ -15155,7 +15155,7 @@ iif(<true>,<false>)
|
||||
string otherwise.
|
||||
|
||||
Example:
|
||||
http-request set-header x-forwarded-proto %[ssl_fc,iff(https,http)]
|
||||
http-request set-header x-forwarded-proto %[ssl_fc,iif(https,http)]
|
||||
|
||||
in_table(<table>)
|
||||
Uses the string representation of the input sample to perform a look up in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user