RailsCasts Pro episodes are now free!

Learn more or hide this

Alexandr's Profile

GitHub User: nosize

Comments by Alexandr

Avatar

The latest version of Nginx on Ubuntu

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

If the add-apt-repository ppa is not found install:
apt-get install python-software-properties