Created
January 29, 2011 05:30
-
-
Save teepark/801565 to your computer and use it in GitHub Desktop.
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
acl is_foo hdr(host) -i foo.mysite.com | |
acl is_bar hdr(host) -i bar.mysite.com | |
&c | |
redirect prefix https://foo.mysite.com if is_foo | |
redirect prefix https://bar.mysite.com if is_bar | |
&c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment