Created
January 26, 2021 13:20
-
-
Save double-p/5b3571286d3789915bfc5f6bdb030633 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acl or_combined path_beg /foo | |
acl or_combined path_beg /bar | |
# above is an OR | |
acl something_else hdr(host) example.com | |
use_backend thingy if or_combined something_else | |
# above is AND'ing the two ACLs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment