Skip to content

Instantly share code, notes, and snippets.

@hobodave
Created December 3, 2012 20:37
Show Gist options
  • Save hobodave/4197820 to your computer and use it in GitHub Desktop.
Save hobodave/4197820 to your computer and use it in GitHub Desktop.
passenger_root /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.13;
passenger_ruby /usr/local/bin/ruby;
passenger_max_pool_size 10;
passenger_min_instances 10;
server {
listen *:80;
server_name redmine.snc1;
rails_env production;
passenger_enabled on;
gzip on;
root /var/apps/redmine-2.1.4/public;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment