about summary refs log tree commit homepage
path: root/lib/unicorn/configurator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn/configurator.rb')
-rw-r--r--lib/unicorn/configurator.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/unicorn/configurator.rb b/lib/unicorn/configurator.rb
index 6559e7c..aee4605 100644
--- a/lib/unicorn/configurator.rb
+++ b/lib/unicorn/configurator.rb
@@ -357,9 +357,7 @@ module Unicorn
 
     # sets the working directory for Unicorn.  This ensures USR2 will
     # start a new instance of Unicorn in this directory.  This may be
-    # a symlink.  You should specify this directive near the top or
-    # your config file before any relative paths for other config
-    # directives (or avoid relative paths entirely).
+    # a symlink.
     def working_directory(path)
       # just let chdir raise errors
       path = File.expand_path(path)