Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created January 13, 2011 15:00
Show Gist options
  • Save fernyb/777982 to your computer and use it in GitHub Desktop.
Save fernyb/777982 to your computer and use it in GitHub Desktop.
nginx passenger
http {
...
passenger_root /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.2;
passenger_ruby /usr/local/bin/ruby;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment