I don't really understand your statement here:
Quote:
Originally Posted by MaddinXx
so installing every nginx package @ debain is it's own nginx version.
|
what do you mean by that? one has to decide i.e. if I try to install nginx-naxsi the other installed nginx versions are automatically removed:
Code:
apt-get install nginx-naxsi -u -s
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
nginx nginx-full
The following NEW packages will be installed:
nginx-naxsi
0 upgraded, 1 newly installed, 2 to remove and 0 not upgraded.
btw. do you have a good tutorial/how-to/link on how to compile nginx by hand?