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