heylium-webapp/config/unicorn.rb
Nicolas VARROT 3ae76a9a57 Capistranize
2016-11-08 19:31:39 +01:00

11 lines
348 B
Ruby
Executable File

@rails_app = "heylium-webapp"
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