Skip to content

Commit 8d1ad09

Browse files
committed
Ensure to evaluate MASS_VHOST_SSL_GEN env var
1 parent 4d1762f commit 8d1ad09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,5 @@ It allows any of the following combinations:
270270
## Version
271271

272272
```
273-
nginx version: nginx/1.21.5
273+
nginx version: nginx/1.21.6
274274
```

data/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
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)