nginx PPA does not work?
- by Peter Smit
I want to use the newest version of nginx, so I wanted to add the nginx/stable ppa
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
However, the upgrade command says that there are no upgrades available and nginx is still the old version. Did I do something wrong?
I use Ubuntu server 10.04 Lucid
add-apt-repository output:
$ sudo…