diff --git a/config/environments/production.rb b/config/environments/production.rb index 305ca52..8007b87 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -51,7 +51,7 @@ Rails.application.configure do # config.assume_ssl = true # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - config.force_ssl = false + config.force_ssl = true # Log to STDOUT by default config.logger = ActiveSupport::Logger.new(STDOUT)