PoC (wip...)

This commit is contained in:
2020-03-01 21:05:36 -05:00
parent 89f90c291a
commit a41acf4983
3 changed files with 216 additions and 64 deletions

8
build.sh Normal file → Executable file
View 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