Nginx Passenger configuration

Step 1: Install the passenger GEM

sudo gem install passenger

Step 2: Install Nginx with Passenger module

sudo passenger-install-nginx-module 

This launches the interactive Passenger installation. Just follow the instructions! The procedure automatically detects the OS and check all requirements. If a potential problem is found, it provides a very detailed information about its resolution.

Check also out the User Guide for details and more advanced configuration options.