Skip to content

Instantly share code, notes, and snippets.

@bigfatgreg
Created October 16, 2012 20:55
Show Gist options
  • Save bigfatgreg/3901964 to your computer and use it in GitHub Desktop.
Save bigfatgreg/3901964 to your computer and use it in GitHub Desktop.
unicorn config
root = "/home/deployer/apps/APP_NAME/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.blog.sock"
worker_processes 2
timeout 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment