From fb34353aa3b2d62302b308f483b09383294386b8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 3 Nov 2009 23:42:08 -0800 Subject: configurator: update documentation for working_directory We follow the principle of least surprise now, so less documentation is better documentation. --- lib/unicorn/configurator.rb | 4 +--- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3-24-ge0c7