Skip to content

Instantly share code, notes, and snippets.

@orafaelfragoso
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orafaelfragoso/1075e27bd250d1b90416 to your computer and use it in GitHub Desktop.
Save orafaelfragoso/1075e27bd250d1b90416 to your computer and use it in GitHub Desktop.
Fix for Passenger + Nginx installation on Ubuntu 14.04

Install Nginx extras: sudo apt-get install nginx-extras

Install Nginx as root: rvmsudo passenger-install-nginx-module

This should let you install Nginx without errors.

I was running Ubuntu 14.04 64 bits with RVM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment