From 53b75acf79e5ba1b6e4092df16a7fc48e8659ef6 Mon Sep 17 00:00:00 2001 From: Spencer Date: Fri, 13 Sep 2013 19:07:05 -0600 Subject: Update unicorn.rb.example --- config/unicorn.rb.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/unicorn.rb.example') 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" -- cgit v1.2.1