From 47afdc7ff72d5b763b9952a691a29f14b1e8aa91 Mon Sep 17 00:00:00 2001 From: Adam Parrott Date: Mon, 15 Dec 2008 14:33:31 -0500 Subject: [PATCH] removed RailsEnv from passenger http conf since the default is production --- lib/railsmachine/recipes/web/templates/passenger/httpd-ssl.conf | 2 -- lib/railsmachine/recipes/web/templates/passenger/httpd.conf | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/railsmachine/recipes/web/templates/passenger/httpd-ssl.conf b/lib/railsmachine/recipes/web/templates/passenger/httpd-ssl.conf index ca798b3..625e1d7 100644 --- a/lib/railsmachine/recipes/web/templates/passenger/httpd-ssl.conf +++ b/lib/railsmachine/recipes/web/templates/passenger/httpd-ssl.conf @@ -5,8 +5,6 @@ <% end %> DocumentRoot <%= "#{current_path}/public" %> - RailsEnv production - > Options FollowSymLinks AllowOverride None diff --git a/lib/railsmachine/recipes/web/templates/passenger/httpd.conf b/lib/railsmachine/recipes/web/templates/passenger/httpd.conf index cbb4760..e9efb82 100644 --- a/lib/railsmachine/recipes/web/templates/passenger/httpd.conf +++ b/lib/railsmachine/recipes/web/templates/passenger/httpd.conf @@ -5,8 +5,6 @@ <% end %> DocumentRoot <%= "#{current_path}/public" %> - RailsEnv production - > Options FollowSymLinks AllowOverride None