mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-12-14 23:29:11 +00:00
PoC (wip...)
This commit is contained in:
8
build.sh
Normal file → Executable file
8
build.sh
Normal file → Executable file
@@ -9,6 +9,12 @@ echo $CONFIG_ARGS
|
||||
|
||||
(
|
||||
cd ${NGINX_PATH}
|
||||
bash -c "./configure ${CONFIG_ARGS}"
|
||||
#bash -c "./configure ${CONFIG_ARGS}"
|
||||
make modules
|
||||
#cp objs/ "${WD}"
|
||||
)
|
||||
|
||||
#rm /test/*.so
|
||||
mv /home/simon/Downloads/nginx-1.16.1/objs/ngx_http_hello_world_module.so /test/module.so
|
||||
chown -R www-data /test/
|
||||
systemctl restart nginx
|
||||
|
||||
Reference in New Issue
Block a user