add a unicorn.rb

This commit is contained in:
Sven Fuchs 2012-10-01 12:51:49 +02:00
parent 4290f05a6c
commit e4048f3d81

5
config/unicorn.rb Normal file
View File

@ -0,0 +1,5 @@
worker_processes 3 # amount of unicorn workers to spin up
timeout 30 # restarts workers that hang for 15 seconds
preload_app true