Commit 53b75acf79e5ba1b6e4092df16a7fc48e8659ef6

Authored by Spencer
1 parent 6113d806

Update unicorn.rb.example

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/unicorn.rb.example
@@ -35,7 +35,7 @@ timeout 30 @@ -35,7 +35,7 @@ timeout 30
35 pid "/home/git/gitlab/tmp/pids/unicorn.pid" 35 pid "/home/git/gitlab/tmp/pids/unicorn.pid"
36 36
37 # By default, the Unicorn logger will write to stderr. 37 # By default, the Unicorn logger will write to stderr.
38 -# Additionally, ome applications/frameworks log to stderr or stdout, 38 +# Additionally, some applications/frameworks log to stderr or stdout,
39 # so prevent them from going to /dev/null when daemonized here: 39 # so prevent them from going to /dev/null when daemonized here:
40 stderr_path "/home/git/gitlab/log/unicorn.stderr.log" 40 stderr_path "/home/git/gitlab/log/unicorn.stderr.log"
41 stdout_path "/home/git/gitlab/log/unicorn.stdout.log" 41 stdout_path "/home/git/gitlab/log/unicorn.stdout.log"