File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 matrix :
2828 refs :
2929 - ' master'
30- - ' 0.38 '
30+ - ' 0.39 '
3131 steps :
3232
3333 # ------------------------------------------------------------
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments