From cfe41e916659ccccc81a32d99a1d786a29fe1578 Mon Sep 17 00:00:00 2001 From: zedshaw Date: Sat, 12 Aug 2006 23:12:46 +0000 Subject: Fixes redirects not working with new unlocked IO, becase Matt P. showed me I'm a lame moron. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@320 19e92222-5c0b-0410-8929-a290d50e31e9 --- bin/mongrel_rails | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/mongrel_rails b/bin/mongrel_rails index 321719d..d0bd9c0 100644 --- a/bin/mongrel_rails +++ b/bin/mongrel_rails @@ -66,7 +66,7 @@ class Start < GemPlugin::Plugin "/commands" :docroot => @docroot, :mime_map => @mime_map, :daemon => @daemon, :debug => @debug, :includes => ["mongrel"], :config_script => @config_script, :num_processors => @num_procs, :timeout => @timeout, - :user => @user, :group => @group, :prefix => @prefix + :user => @user, :group => @group, :prefix => @prefix, :config_file => @config_file } if @generate -- cgit v1.2.3-24-ge0c7