1
0
Fork 0
oldhaven/config/unicorn.rb

12 lines
268 B
Ruby

PROJECT = "oldhaven"
root = "/home/www/apps/#{PROJECT}/current"
working_directory root
pid "#{root}/tmp/pids/unicorn.pid"
stderr_path "#{root}/log/unicorn.log"
stdout_path "#{root}/log/unicorn.log"
listen "/tmp/unicorn.#{PROJECT}.sock"
worker_processes 2
timeout 30