Skip to content

Instantly share code, notes, and snippets.

@czj
Created August 1, 2012 15:54
Show Gist options
  • Save czj/3228099 to your computer and use it in GitHub Desktop.
Save czj/3228099 to your computer and use it in GitHub Desktop.
Puma.io on Heroku
group :production do
# Many instances of an app on a single Dyno
gem 'puma'
end
web: puma -p $PORT -e $RACK_ENV -t 1:4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment