Skip to content

Instantly share code, notes, and snippets.

@fingermark
fingermark / unicorn.rb
Created September 30, 2012 15:10
Unicorn Config
# config/unicorn.rb
application = 'connections'
# Set environment to development unless something else is specified
env = ENV["RAILS_ENV"] || "development"
# See http://unicorn.bogomips.org/Unicorn/Configurator.html for complete
# documentation.
worker_processes 4
# listen on both a Unix domain socket and a TCP port,