site_perso_app/config/unicorn.rb
2013-02-07 14:59:46 +01:00

10 lines
341 B
Ruby

@rails_app = "site_perso_app"
working_directory "/home/web/#{@rails_app}/current"
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}/shared/tmp/unicorn.sock"
worker_processes 2
timeout 30