diff options
author | Spencer <bubbleboy450@gmail.com> | 2013-09-13 19:07:05 -0600 |
---|---|---|
committer | Spencer <bubbleboy450@gmail.com> | 2013-09-13 19:07:05 -0600 |
commit | 53b75acf79e5ba1b6e4092df16a7fc48e8659ef6 (patch) | |
tree | 1d1bc33c5ff14b4ad131229ba9f05075fd163ab0 | |
parent | 6113d80639241476ff07afa7cf12e3ee927f3b25 (diff) | |
download | gitlab-ce-53b75acf79e5ba1b6e4092df16a7fc48e8659ef6.tar.gz |
Update unicorn.rb.example
-rw-r--r-- | config/unicorn.rb.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example index 812fd5b7449..5c933df073a 100644 --- a/config/unicorn.rb.example +++ b/config/unicorn.rb.example @@ -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" |