mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-21 06:11:45 +02:00
Now preceeding a config condition term with "!" will simply negate it.
Example:
.if !feature(OPENSSL)
.alert "SSL support is mandatory"
.endif