Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer <bubbleboy450@gmail.com>2013-09-14 05:07:05 +0400
committerSpencer <bubbleboy450@gmail.com>2013-09-14 05:07:05 +0400
commit53b75acf79e5ba1b6e4092df16a7fc48e8659ef6 (patch)
tree1d1bc33c5ff14b4ad131229ba9f05075fd163ab0 /config/unicorn.rb.example
parent6113d80639241476ff07afa7cf12e3ee927f3b25 (diff)
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"