Skip to content

Instantly share code, notes, and snippets.

@webdestroya
Created April 26, 2013 17:10
Show Gist options
  • Save webdestroya/5468784 to your computer and use it in GitHub Desktop.
Save webdestroya/5468784 to your computer and use it in GitHub Desktop.
# ...
gem 'unicorn'
# ...
web: bundle exec unicorn -p $PORT -c ./unicorn.rb
worker_processes 3
timeout 30
@connorbode
Copy link

Cheers bud!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment