Embed SHA1 (for real this time)

This commit is contained in:
2020-05-07 20:15:06 -04:00
parent 0858f1b7c1
commit 8f7fb98e20
2 changed files with 52 additions and 69 deletions

View File

@@ -14,5 +14,7 @@ echo $CONFIG_ARGS
cd ${NGINX_PATH} || exit
bash -c "./configure ${CONFIG_ARGS}"
make modules -j "$(nproc)"
)
) || exit
echo "Load the dynamic module ${NGINX_PATH}/objs/ngx_http_js_challenge_module.so and restart nginx to install"