Reputation: 73
I have the 1.2.1 version of nginx, I don't know how to upgrade it. I have debian7. I installed it with the nginx-extras packaging
My source.list:
deb http://ftp.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all
apt-get upgrade nginx-extras
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
nginx-common nginx-extras php5-memcache php5-memcached
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Someone can help me ? Thank you
Upvotes: 1
Views: 2172
Reputation: 708
According to the official Debian Wheezy repository, you have already the latest version of nginx https://packages.debian.org/wheezy/nginx
Check out this question to further information on how to update using an alternate repo
https://serverfault.com/questions/597756/how-to-upgrade-nginx-from-1-2-to-1-6-on-debian-7
Upvotes: 1