Skip to content

Instantly share code, notes, and snippets.

@double-p
Created January 26, 2021 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save double-p/5b3571286d3789915bfc5f6bdb030633 to your computer and use it in GitHub Desktop.
Save double-p/5b3571286d3789915bfc5f6bdb030633 to your computer and use it in GitHub Desktop.
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