Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. 'type' => 'Hostname',
  2. 'options' => array(
  3. 'route' => '[:subdomain.]:project_domain',
  4. 'constraints' => array(
  5. 'subdomain' => '??REGEX??',
  6. 'project_domain' => '??REGEX??',
  7. ),
  8. ),
  9. 'may_terminate' => false,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement