Skip to content
 
 

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dokku-domains-plugin

Build Status Bitdeli Badge

Dokku plugin to create nginx vhost with multiple domains.

Installation

git clone https://github.com/wmluke/dokku-domains-plugin.git /var/lib/dokku/plugins/domains-plugin
dokku plugins-install

Commands

$ dokku help
    domains <app>                                   display the domains for an app
    domains:set <app> DOMAIN1 [DOMAIN2 ...]         set one or more domains

Simple usage

Your need to have app running with the same name!

Create vhost with multiple domains:

$ dokku domains:set myawesomeapp.com www.myawesomeapp.com            # Server side
$ ssh dokku@server domains:set myawesomeapp.com www.myawesomeapp.com # Client side

License

MIT

About

Dokku plugin to create nginx vhost with multiple domains

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors