dokku plugin for managing nginx configuration.
- dokku 1.17.0+
- nginx 1.14.0+
sudo dokku plugin:install https://github.com/corenzan/dokku-nginx-vhosts-conf.git
--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.
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.
The MIT License © 2019 Arthur Corenzan