nginx with passenger and rails
The below script walks you through setting up Nginx with Phusion Passenger and Rails. The script is intended for use with RightScale and Amazon Web Services (AWS).Here are the links to the software detailed in the script.
The first part of the script removes pre-configured ruby packages and installs ruby and rubygems from scratch.
The second part of the script installs nginx with ssl support and then sets up an example rails application.
Here is the full example