Election results in the London Borough of Sutton.
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- # 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
|