mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
export app config vars into sigil environment for use in nginx templates. closes #2149
This commit is contained in:
@@ -188,6 +188,7 @@ nginx_build_config() {
|
||||
fi
|
||||
local SSL_SERVER_NAME=$(echo "$SSL_VHOSTS" | xargs)
|
||||
fi
|
||||
eval "$(config_export app "$APP")"
|
||||
local SIGIL_PARAMS=(-f $NGINX_TEMPLATE APP="$APP" DOKKU_ROOT="$DOKKU_ROOT"
|
||||
NOSSL_SERVER_NAME="$NOSSL_SERVER_NAME"
|
||||
DOKKU_APP_LISTENERS="$DOKKU_APP_LISTENERS"
|
||||
|
||||
Reference in New Issue
Block a user