Skip to content

Instantly share code, notes, and snippets.

@teepark
Created January 29, 2011 05:30
Show Gist options
  • Save teepark/801565 to your computer and use it in GitHub Desktop.
Save teepark/801565 to your computer and use it in GitHub Desktop.
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