6 lines
140 B
Ruby
6 lines
140 B
Ruby
worker_processes 3 # amount of unicorn workers to spin up
|
|
timeout 30 # restarts workers that hang for 15 seconds
|
|
|
|
preload_app true
|
|
|