pmr_app/config/unicorn.rb
Nicolas Bally 428372d6f9 initial
2016-02-08 10:27:25 +01:00

10 lines
330 B
Ruby

@rails_app = "pmr_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/unicorn.sock"
worker_processes 2
timeout 30