diff --git a/assets/runtime/functions b/assets/runtime/functions index 1c1bd02c..f00168b3 100644 --- a/assets/runtime/functions +++ b/assets/runtime/functions @@ -1165,7 +1165,7 @@ install_configuration_templates() { if [[ -f ${SSL_CERTIFICATE_PATH} && -f ${SSL_KEY_PATH} && -f ${SSL_DHPARAM_PATH} ]]; then install_template root: nginx/gitlab-ssl ${GITLAB_NGINX_CONFIG} else - echo "SSL keys and certificates were not found." + echo "SSL Key, SSL Certificate and DHParam were not found." echo "Assuming that the container is running behind a HTTPS enabled load balancer." install_template root: nginx/gitlab ${GITLAB_NGINX_CONFIG} fi