Skip to content

Instantly share code, notes, and snippets.

@jmervine
Created March 19, 2012 22:08
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 jmervine/2127559 to your computer and use it in GitHub Desktop.
Save jmervine/2127559 to your computer and use it in GitHub Desktop.
example unicorn config file
worker_processes 2 # setting this low for aws t1.micro
listen "0.0.0.0:3000"
pid "/home/myuser/project/log/unicorn.pid"
stderr_path "/home/myuser/project/log/unicorn_stderr.log"
stdout_path "/home/myuser/project/log/unicorn_stdout.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment