summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-14 08:09:36 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-14 08:09:36 -0700
commit9f2e19b064844bf1310df0a97b3d11b37c6f3b33 (patch)
tree9b8dc2cd72e879ba5d3761786f28bfc8cf11654b
parent2898d923971e9e81452285be8d61c0643b3b8bbd (diff)
parent53b75acf79e5ba1b6e4092df16a7fc48e8659ef6 (diff)
downloadgitlab-ce-9f2e19b064844bf1310df0a97b3d11b37c6f3b33.tar.gz
Merge pull request #5084 from spudstud/patch-2
Update 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"