<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 load 'deploy' if respond_to?(:namespace) # cap2 differentiator
 Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
 load 'config/deploy'
-load 'config/mongrel'
+#load 'config/mongrel'
 load 'config/database'</diff>
      <filename>Capfile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ set :repository,  &quot;git://github.com/anildigital/planet.git&quot;
 
 set :deploy_via, :remote_cache 
 set :deploy_to, &quot;/home/anil/public_html/#{application}&quot;
-set :mongrel_conf, &quot;#{current_path}/config/mongrel_cluster.yml&quot;
+#set :mongrel_conf, &quot;#{current_path}/config/mongrel_cluster.yml&quot;
 
 set :port, 22
 
@@ -11,18 +11,18 @@ set :scm, :git
 
 ssh_options[:paranoid] = false
 
-set :user, 'anil'
+set :user, :anil
 set :runner, user
-set :use_sudo, 'false'
+set :use_sudo, false
 
 role :app, application
 role :web, application
 role :db,  application, :primary =&gt; true
 
-desc &quot;Reload Nginx&quot;
-task :reload_nginx do 
-  sudo &quot;/etc/init.d/nginx reload&quot; 
-end
+#desc &quot;Reload Nginx&quot;
+#task :reload_nginx do 
+#  sudo &quot;/etc/init.d/nginx reload&quot; 
+#end
 
-after &quot;deploy&quot;, &quot;reload_nginx&quot;
+#after &quot;deploy&quot;, &quot;reload_nginx&quot;
 after &quot;deploy&quot;, &quot;deploy:cleanup&quot;</diff>
      <filename>config/deploy.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4d321a7a30ff158cdc7c3da211a270c0c82c45a1</id>
    </parent>
  </parents>
  <author>
    <name>Anil</name>
    <email>Anil@anils-macbook.local</email>
  </author>
  <url>http://github.com/anildigital/planet/commit/5da50d8be37db6adc3c1623a485866c9c435f234</url>
  <id>5da50d8be37db6adc3c1623a485866c9c435f234</id>
  <committed-date>2009-06-20T04:33:03-07:00</committed-date>
  <authored-date>2009-06-20T04:33:03-07:00</authored-date>
  <message>Changes for passenger</message>
  <tree>423eef069b89cb508f8cacbd3c2881323b0bc9a6</tree>
  <committer>
    <name>Anil</name>
    <email>Anil@anils-macbook.local</email>
  </committer>
</commit>
