Created
February 2, 2012 13:08
-
-
Save naoty/1723386 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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