Election results in the London Borough of Sutton.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- # http://datachomp.com/archives/using-unicorn-with-sinatra-or-padrino-on-heroku/
- # https://devcenter.heroku.com/articles/rails-unicorn
-
- worker_processes Integer(ENV["WEB_CONCURRENCY"] || 3)
- timeout 15
- preload_app true
|