docs/recipes/mongrel_cluster-centos.txt in capitate-0.2.1 vs docs/recipes/mongrel_cluster-centos.txt in capitate-0.2.2

- old
+ new

@@ -20,8 +20,14 @@ *mongrel_port*: Starting port for mongrels. If there are 3 mongrels with port 9000, then instances will be at 9000, 9001, and 9002 @set :mongrel_port, 9000@ + +*mongrel_config_dir*: Directory for mongrel config. _Defaults to "[shared_path]/config/mongrel"_ +*mongrel_pid_dir*: Directory for mongrel pids. _Defaults to "[shared_path]/pids" +*mongrel_config_script*: Config script to load with mongrel. _Defaults to nil_ + +@set :mongrel_config_script, "config/mongrel_handler.rb"@