rename ssl terminated template to conform to naming scheme

This commit is contained in:
Michael Hobbs
2015-09-15 10:32:10 -07:00
parent 170f44f3d7
commit 964a84dc31
3 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ EOF
NOSSL_SERVER_NAME=$(echo $NONSSL_VHOSTS | tr '\n' ' ')
xargs -i echo "-----> Configuring {}..." <<< "$NONSSL_VHOSTS"
if [[ -n "$DOKKU_SSL_TERMINATED" ]] && [[ -z "$NGINX_CUSTOM_TEMPLATE" ]]; then
NGINX_TEMPLATE="$(dirname $0)/templates/nginx.terminated.conf"
NGINX_TEMPLATE="$(dirname $0)/templates/nginx.conf.ssl_terminated.template"
elif [[ -z "$NGINX_CUSTOM_TEMPLATE" ]]; then
NGINX_TEMPLATE="$(dirname $0)/templates/nginx.conf.template"
fi