about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-03 23:42:08 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-03 23:42:08 -0800
commitfb34353aa3b2d62302b308f483b09383294386b8 (patch)
treeb61053452a3f2cbc8a56c597c572166426ed3f0a /lib
parent334e37421ef4fcd9d70538c926c52b871897d419 (diff)
downloadunicorn-fb34353aa3b2d62302b308f483b09383294386b8.tar.gz
We follow the principle of least surprise now, so less
documentation is better documentation.
Diffstat (limited to 'lib')
-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)