From 8c6afbb91264431dabca06aa2fb79cdea3379716 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Tue, 22 Mar 2011 10:21:31 -0700 Subject: [PATCH] Oops. --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 4de663014..f02ea6132 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -35,7 +35,7 @@ Diaspora::Application.configure do # Disable Rails's static asset server # In production, Apache or nginx will already do this - config.serve_static_assets = true + config.serve_static_assets = false # Enable serving of images, stylesheets, and javascripts from an asset server # config.action_controller.asset_host = "http://assets.example.com"