I installed nginx form the standard repositories that come with fresh ubuntu server 11.04. I realized it installed and old version. At the moment the last stable is 1.0.6. So I followed this guide http://wiki.nginx.org/Install and apparently updated the package. But then I show the version with nginx -v it still shows the old version. Is this a configuration file not updated or it actually never updated?
root@vps:~# apt-cache policy nginx
nginx:
Installed: 1.0.6-0ppa1~natty
Candidate: 1.0.6-0ppa1~natty
Version table:
*** 1.0.6-0ppa1~natty 0
500 http://ppa.launchpad.net/nginx/stable/ubuntu/ natty/main i386 Packag es
100 /var/lib/dpkg/status
0.8.54-4 0
500 http://archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
apt-cache policy nginx? – Shane Madden Sep 16 '11 at 14:28