summaryrefslogtreecommitdiff
path: root/config/unicorn.rb.example
diff options
context:
space:
mode:
authorSpencer <bubbleboy450@gmail.com>2013-09-13 19:07:05 -0600
committerSpencer <bubbleboy450@gmail.com>2013-09-13 19:07:05 -0600
commit53b75acf79e5ba1b6e4092df16a7fc48e8659ef6 (patch)
tree1d1bc33c5ff14b4ad131229ba9f05075fd163ab0 /config/unicorn.rb.example
parent6113d80639241476ff07afa7cf12e3ee927f3b25 (diff)
downloadgitlab-ce-53b75acf79e5ba1b6e4092df16a7fc48e8659ef6.tar.gz
Update unicorn.rb.example
Diffstat (limited to 'config/unicorn.rb.example')
-rw-r--r--config/unicorn.rb.example2
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"