From d5e33cb12595fc67afba3ca7f2e00848aaa66902 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 19 Sep 2012 13:03:55 +1200 Subject: [PATCH] Removed SSL code in config/environments/production.rb in favor of enforce_ssl option in config.yml --- config/environments/production.rb | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 97cf781..31d0aa9 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -59,8 +59,5 @@ Errbit::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify - - # enable HTTPS - config.middleware.insert_before Rack::Lock, "Rack::SSL" end -- libgit2 0.21.2