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…
Reference in New Issue