Created
February 24, 2016 21:53
-
-
Save Gowiem/313ac0c652e793fd957f to your computer and use it in GitHub Desktop.
ACLs in Haproxy
This file contains hidden or 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
# 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