Skip to content

Instantly share code, notes, and snippets.

@infoslack
Created September 3, 2012 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infoslack/3611715 to your computer and use it in GitHub Desktop.
Save infoslack/3611715 to your computer and use it in GitHub Desktop.
unicorn config
listen 5000
listen 5001
listen 5002
listen 5003
worker_processes 4
pid "/var/run/unicorn/project.pid"
stderr_path "/var/log/unicorn/project.log"
stdout_path "/var/log/unicorn/project.log"
working_directory "/var/www/project/current"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment