fix: add alias

This commit is contained in:
Jose Diaz-Gonzalez
2022-11-06 01:12:38 -04:00
parent 1a54e2263b
commit a249dea217

3
dokku
View File

@@ -141,6 +141,9 @@ execute_dokku_cmd() {
caddy | caddy:*)
local PLUGIN_NAME=${PLUGIN_NAME/caddy/caddy-vhosts}
;;
haproxy | haproxy:*)
local PLUGIN_NAME=${PLUGIN_NAME/haproxy/haproxy-vhosts}
;;
nginx | nginx:*)
local PLUGIN_NAME=${PLUGIN_NAME/nginx/nginx-vhosts}
;;