21zoo Labs - Assorted Stuff

Update Nginx to latest version on Ubuntu

Posted — Nov 2, 2017

Update Nginx to the latest version on Ubuntu:

sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
sudo apt-get install nginx