I want change the source of nginx . eg: ngx_http_request.c file.
But It's not possible when custombuild using an archive with MD5.
Is there anyway to modify the source of web server before compile ?
1. unpack nginx-xxx.tar.gz
2. modify it
3. pack it and name it as nginx-1.8.0-custom.tar.gz (or whichever version you use) and put it into /usr/local/directadmin/custombuild,
4. Run this code:
Code:
cd /usr/local/directadmin/custombuild
echo "nginx:1.8.0-custom:" >> custom_versions.txt
./build nginx