about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-06 14:14:57 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-06 14:15:20 -0700
commit3c6fceea7bca1932081113c516da7a94b94fe9c6 (patch)
tree5f5b75bc7f3609db3c6cc032d4894938c27efbfc
parent510a48dafc5f7e2cb618d785885395c79570821c (diff)
downloadunicorn-3c6fceea7bca1932081113c516da7a94b94fe9c6.tar.gz
Modern version of Unicorn have working_directory available and
should use that instead.
-rw-r--r--lib/unicorn.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/unicorn.rb b/lib/unicorn.rb
index 70222f4..a363014 100644
--- a/lib/unicorn.rb
+++ b/lib/unicorn.rb
@@ -137,12 +137,6 @@ module Unicorn
     # * :cwd - the working directory of the application, this is where
     # you originally started Unicorn.
     #
-    # The following example may be used in your Unicorn config file to
-    # change your working directory during a config reload (HUP) without
-    # upgrading or restarting:
-    #
-    #   Dir.chdir(Unicorn::HttpServer::START_CTX[:cwd] = path)
-    #
     # To change your unicorn executable to a different path without downtime,
     # you can set the following in your Unicorn config file, HUP and then
     # continue with the traditional USR2 + QUIT upgrade steps: