Disable MD5 Checking or Change the source

danitfk

New member
Joined
Mar 14, 2014
Messages
4
Hello all ,

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 ?

Grusse liebe ;)
 
Hello,

Try the following:

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

I hope this will help you.
 
Back
Top