Nginx
Install Nginx with Passenger
Since we’ll be using Nginx for serving our application, we’re going to install it using the Passenger installer. Nginx modules need to be compiled into nginx, unlike Apache, so we can’t just install the package from the PPA.
sudo gem install passenger sudo passenger-install-nginx-module # Choose "download, compile, and install Nginx for me" # Accept defaults for any other questions it asks you