Skip to content

Dokku plugin to create nginx vhost with multiple domains

License

Notifications You must be signed in to change notification settings

maccman/dokku-domains-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%