Skip to content

Instantly share code, notes, and snippets.

@kixorz
Created March 31, 2013 20:15
Show Gist options
  • Select an option

  • Save kixorz/5281849 to your computer and use it in GitHub Desktop.

Select an option

Save kixorz/5281849 to your computer and use it in GitHub Desktop.
Installing nginx with passenger for Rails on CentOS
#assuming rvm installed with Ruby 2+
#install latest passenger gem
gem install passenger --pre
#install nginx from sources with passenger module
passenger-install-nginx-module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment