From 1c4fb6ae3a5bca9bc49edbb7e311644c93dec58c Mon Sep 17 00:00:00 2001 From: cytopia Date: Mon, 7 Jan 2019 18:48:05 +0100 Subject: [PATCH] Refs cytopia/devilbox#431 Fix sourcing of global vhost-gen template --- data/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/docker-entrypoint.sh b/data/docker-entrypoint.sh index 58e39a1..a010099 100755 --- a/data/docker-entrypoint.sh +++ b/data/docker-entrypoint.sh @@ -128,7 +128,7 @@ fi ### ### Copy custom vhost-gen template ### -vhost_gen_copy_custom_template "${VHOST_GEN_CUST_DIR}" "${VHOST_GEN_DIR}" "apache22.yml" "${DEBUG_LEVEL}" +vhost_gen_copy_custom_template "${VHOST_GEN_CUST_DIR}" "${VHOST_GEN_DIR}" "nginx.yml" "${DEBUG_LEVEL}" ###