where does CB2 determine nginx version?

dmacleo

Verified User
Joined
Jun 21, 2012
Messages
653
want to use 1.4 but not sure if there is CB file to edit or if I should just download and install manually.
 
versions.txt

but you must

./build set autover no

first before you manually edit versions.txt
 
I think you are fine to leave it blank or leave the md5sum the same.
 
ok I did it w/o using the md5 figure (should have known that)
just wget the 1.4.0 file and 777 it then install/configure as needed.
seems to have worked fine.
 
Yeah just know that ./build update will probably overwrite that file with the other version. I wonder what the reason directadmin is not using 1.4 yet.
 
not sure, I didn't check to see if 1.4 is in cent/yum yet but it is listed (as of 2 days ago though) the stable version.
 
yup this has been working well, thank you for the help.
now need to get all sites working off different port, looks like that will be tons of editing nginx.conf for each domain.
putting varnish onto port 80.
 
I actually tried that and the issue I had was it also overwrites and nginx customizations like rewrites or added location blocks.
but I didn't dig to far into it, at that point I just started looking at the files individually.
have not had much chance to mess with it though. setting up vps to practice this (varnish-nginx) portion first.
 
Back
Top