Skip to content

Instantly share code, notes, and snippets.

@Gowiem
Created February 24, 2016 21:53
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 Gowiem/313ac0c652e793fd957f to your computer and use it in GitHub Desktop.
Save Gowiem/313ac0c652e793fd957f to your computer and use it in GitHub Desktop.
ACLs in Haproxy
# path_sub, path_beg, path_end are the ones I'll likely want to use again.
# ACL Docs: https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#7.1
acl sync_req path_sub config_settings
redirect prefix https://artisantools.com if sync_req
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment