From 7cafac8c0562fb390644096a3c1309beca26759b Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 18 Jan 2012 18:03:15 -0800 Subject: [PATCH] I should really start using autosave-on-lose-focus in vimi [ci skip] --- config/environments/production.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 405c42049..6d51c531c 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -37,9 +37,6 @@ Diaspora::Application.configure do # In production, Apache or nginx will already do this config.serve_static_assets = false - #force ssl in production - config.middleware.insert_before Rack::Runtime, Rack::SSL - # Enable serving of images, stylesheets, and javascripts from an asset server # config.action_controller.asset_host = "http://assets.example.com"