Skip to content

Commit c8b4f8a

Browse files
authored
Merge pull request #23 from devilbox/release-0.27
Refs cytopia/devilbox#431 Fix sourcing of global vhost-gen template
2 parents 59d6c92 + 1c4fb6a commit c8b4f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fi
128128
###
129129
### Copy custom vhost-gen template
130130
###
131-
vhost_gen_copy_custom_template "${VHOST_GEN_CUST_DIR}" "${VHOST_GEN_DIR}" "apache22.yml" "${DEBUG_LEVEL}"
131+
vhost_gen_copy_custom_template "${VHOST_GEN_CUST_DIR}" "${VHOST_GEN_DIR}" "nginx.yml" "${DEBUG_LEVEL}"
132132

133133

134134
###

0 commit comments

Comments
 (0)