Hacker News new | ask | show | jobs
by tovmeod 4308 days ago
> sudo apt-get install nginx

no, the ubuntu repository is outdated, you should add the nginx team ppa:

sudo add-apt-repository ppa:nginx/stable

now you can 'sudo apt-get install nginx'

1 comments