Commit 53b75acf79e5ba1b6e4092df16a7fc48e8659ef6
1 parent
6113d806
Exists in
master
and in
4 other branches
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 | 35 | pid "/home/git/gitlab/tmp/pids/unicorn.pid" |
36 | 36 | |
37 | 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 | 39 | # so prevent them from going to /dev/null when daemonized here: |
40 | 40 | stderr_path "/home/git/gitlab/log/unicorn.stderr.log" |
41 | 41 | stdout_path "/home/git/gitlab/log/unicorn.stdout.log" | ... | ... |