Skip to content

Commit

Permalink
Merge pull request #22 from devilbox/release-0.27
Browse files Browse the repository at this point in the history
Refs cytopia/devilbox#431 Fix sourcing of global vhost-gen template
  • Loading branch information
cytopia authored Jan 7, 2019
2 parents 7ce9159 + 2b321b7 commit 965145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"


###
Expand Down

0 comments on commit 965145f

Please sign in to comment.