Skip to content

Commit c16cdb4

Browse files
authored
Merge pull request #35 from devilbox/release-0.39
Release 0.39
2 parents 19f0bef + 40801f2 commit c16cdb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
refs:
2929
- 'master'
30-
- '0.38'
30+
- '0.39'
3131
steps:
3232

3333
# ------------------------------------------------------------

data/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if [ "${MASS_VHOST_ENABLE}" -eq "1" ]; then
237237
fi
238238

239239
# Create watcherd sub commands
240-
watcherd_add="create-vhost.sh '%%p' '%%n' '${MASS_VHOST_TLD}' '%%p/${MASS_VHOST_TPL}/' '${CA_KEY}' '${CA_CRT}' '1' '${MASS_VHOST_SSL_TYPE}' '${verbose}'"
240+
watcherd_add="create-vhost.sh '%%p' '%%n' '${MASS_VHOST_TLD}' '%%p/${MASS_VHOST_TPL}/' '${CA_KEY}' '${CA_CRT}' '${MASS_VHOST_SSL_GEN}' '${MASS_VHOST_SSL_TYPE}' '${verbose}'"
241241
watcherd_del="rm /etc/httpd/vhost.d/%%n.conf"
242242
watcherd_tri="${HTTPD_RELOAD}"
243243

0 commit comments

Comments
 (0)