Skip to content

Instantly share code, notes, and snippets.

@supercow
Created March 11, 2013 20:34
Show Gist options
  • Save supercow/5137483 to your computer and use it in GitHub Desktop.
Save supercow/5137483 to your computer and use it in GitHub Desktop.
$rules = ["RewriteRule ^(/sub2/.*) /www/${::domain}\$1"]
apache::vhost { 'blah':
rewrite_rules => $rules,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment