Merge pull request #5084 from spudstud/patch-2

Update unicorn.rb.example
This commit is contained in:
Dmitriy Zaporozhets 2013-09-14 08:09:36 -07:00
commit 9f2e19b064
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ timeout 30
pid "/home/git/gitlab/tmp/pids/unicorn.pid"
# By default, the Unicorn logger will write to stderr.
# Additionally, ome applications/frameworks log to stderr or stdout,
# Additionally, some applications/frameworks log to stderr or stdout,
# so prevent them from going to /dev/null when daemonized here:
stderr_path "/home/git/gitlab/log/unicorn.stderr.log"
stdout_path "/home/git/gitlab/log/unicorn.stdout.log"