Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created September 4, 2012 22:29
Show Gist options
  • Save andyhawthorne/3627458 to your computer and use it in GitHub Desktop.
Save andyhawthorne/3627458 to your computer and use it in GitHub Desktop.
unicorn
root = "/home/you/apps/appname/current"
working_directory root
pid "#{root}/tmp/pids/unicorn.pid"
stderr_path "#{root}/log/unicorn.log"
stdout_path "#{root}/log/unicorn.log"
listen "/tmp/unicorn.your_user_name.sock"
worker_processes 2
timeout 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment