Skip to content

Instantly share code, notes, and snippets.

@maletor
Created April 12, 2010 07:04
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 maletor/363344 to your computer and use it in GitHub Desktop.
Save maletor/363344 to your computer and use it in GitHub Desktop.
worker_processes 4
working_directory "/home/maletor/Sites/ellisberner/"
listen "/home/maletor/ellisberner/tmp/sockets/unicorn.sock", :backlog => 2048
timeout 30
pid "/home/maletor/ellisberner/tmp/pids/unicorn.pid"
stderr_path "/home/maletor/ellisberner/log/stderr.log"
stdout_path "/home/maletor/ellisberner/log/stdout.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment