From acbb42426f8fc471255dda3f44cf219156e5e98a Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 30 Sep 2023 19:35:08 -0700 Subject: [PATCH] Revert "disable force_ssl as a test to fix Render startup failures" This reverts commit 92430dab93d2a7f11f561dad3dc928cc62545cd6. --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)