Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
russ committed Jan 16, 2013
1 parent 33d3b62 commit 2b96d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/unicorn/production.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'capistrano-unicorn'

rails_env = ENV['RAILS_ENV'] || 'production'
root_path = File.expand_path(File.dirname(__FILE__) + '/../')
root_path = File.expand_path(File.dirname(__FILE__) + '/../../')

worker_processes 1
timeout 30
Expand Down

0 comments on commit 2b96d43

Please sign in to comment.