Skip to content

Instantly share code, notes, and snippets.

@naoty
Created February 2, 2012 13:08
Show Gist options
  • Select an option

  • Save naoty/1723386 to your computer and use it in GitHub Desktop.

Select an option

Save naoty/1723386 to your computer and use it in GitHub Desktop.
worker_processes 2
listen File.expand_path("tmp/sockets/unicorn.sock", ENV["RAILS_ROOT"])
pid File.expand_path("tmp/pids/unicorn.pid", ENV["RAILS_ROOT"])
stdout_path File.expand_path("log/unicorn.log", ENV["RAILS_ROOT"])
stderr_path File.expand_path("log/unicorn.log", ENV["RAILS_ROOT"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment