about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-11 14:35:12 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-11 14:35:12 -0800
commitb398e1903bac5dd35ed088f73be5abe3b242d009 (patch)
tree024bc9daacf824986512a068af3697c1332c516e
parentc155a8f2370afa8287b31922b0e3c14d05f98c8c (diff)
downloadunicorn-b398e1903bac5dd35ed088f73be5abe3b242d009.tar.gz
-rw-r--r--FAQ6
1 files changed, 3 insertions, 3 deletions
diff --git a/FAQ b/FAQ
index a43ea99..cebf30b 100644
--- a/FAQ
+++ b/FAQ
@@ -25,7 +25,7 @@ config file:
   Configurator::DEFAULTS[:logger].formatter = Logger::Formatter.new
 
 Of course you can specify an entirely different logger as well
-with the "logger" directive described by Configurator.
+with the "logger" directive described by Unicorn::Configurator.
 
 === Why am I getting "connection refused"/502 errors under high load?
 
@@ -35,5 +35,5 @@ You can increase the size of the :backlog parameter if your kernel
 supports a larger listen() queue, but keep in mind having a large listen
 queue makes failover to a different machine more difficult.
 
-See the TUNING and Configurator documents for more information on
-:backlog-related topics.
+See the TUNING and Unicorn::Configurator documents for more information
+on :backlog-related topics.