diff --git a/config/unicorn.rb b/config/unicorn.rb index 9b5cb7b..2fd3a98 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -1,10 +1,10 @@ @rails_app = "negos_app" working_directory "/home/web/#{@rails_app}/current" -pid "/home/web/#{@rails_app}/unicorn.pid" -stderr_path "/media/bigone/shareds/#{@rails_app}/unicorn.log" -stdout_path "/media/bigone/shareds/#{@rails_app}/unicorn.log" +pid "/home/web/#{@rails_app}/shared/unicorn.pid" +stderr_path "/home/web/#{@rails_app}/shared/log/unicorn.log" +stdout_path "/home/web/#{@rails_app}/shared/log/unicorn.log" -listen "/home/web/#{@rails_app}/unicorn.sock" +listen "/home/web/#{@rails_app}/shared/unicorn.sock" worker_processes 2 -timeout 2000 \ No newline at end of file +timeout 30 \ No newline at end of file