Skip to content

Instantly share code, notes, and snippets.

@t-javcam
Created August 6, 2012 09:57
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 t-javcam/3273014 to your computer and use it in GitHub Desktop.
Save t-javcam/3273014 to your computer and use it in GitHub Desktop.
worker_processes 2
timeout 30
listen "/tmp/unicorn.blog.sock"
root = "/home/blogger/apps/blog_app/current"
working_directory root
pid "#{root}/tmp/pids/unicorn.pid"
stderr_path "#{root}/log/unicorn.log"
stdout_path "#{root}/log/unicorn.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment