Created
December 3, 2012 20:37
-
-
Save hobodave/4197820 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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