diff --git a/config/environments/production.rb b/config/environments/production.rb index 152c1d03b..dd385facf 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,9 +1,6 @@ Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. - config.force_ssl = true - config.ssl_options = { redirect: { exclude: -> request { request.path =~ /healthcheck/ } } } - # Code is not reloaded between requests. config.cache_classes = true