Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 265 Bytes

Domains-example.md

File metadata and controls

14 lines (11 loc) · 265 Bytes

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.