Skip to content

Commit 965145f

Browse files
authored
Merge pull request #22 from devilbox/release-0.27
Refs cytopia/devilbox#431 Fix sourcing of global vhost-gen template
2 parents 7ce9159 + 2b321b7 commit 965145f

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)