heylium_app/config/unicorn.rb
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

10 lines
334 B
Ruby
Executable File

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