Skip to content

corenzan/dokku-nginx-vhosts-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dokku-nginx-vhosts-conf

dokku plugin for managing nginx configuration.

Requirements

  • dokku 1.17.0+
  • nginx 1.14.0+

Install

sudo dokku plugin:install https://github.com/corenzan/dokku-nginx-vhosts-conf.git

⚠️ If you use the --name ... flag you must pick a name that comes below nginx-vhosts, otherwise the plugin won't be able to undo dokku edits to nginx configuration files.

Usage

Once it's installed use nginx-conf:install repository-url to install nginx configuration from a Git repository. The plugin will also look for a dokku/nginx.conf.sigil inside your nginx configuration and apply it to all future application builds.

nginx-conf:help

Display usage details.

nginx-conf:install repository-url

Save nginx config files and clone given repository in its place.

nginx-conf:report

🚧️ Report about current nginx configuration.

nginx-conf:restore

🚧️ Restore original nginx config files.

nginx-conf:update

🚧️ Update currently installed config.

Legal

The MIT License © 2019 Arthur Corenzan

About

Dokku plugin for managing Nginx configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages