Skip to content
kotedo edited this page Mar 22, 2012 · 1 revision

Example usage:

{my_blog_app, [
    {domains, ["blog.example.com"]},
     ...
]},
{my_wiki_app, [
    {domains, ["wiki.example.com"]},
     ...
 ]}

You can also use the atom 'all' if you want an application mounted on all domains.