From bf19a52e4e17e8bd56e3a11463525b8373bf066b Mon Sep 17 00:00:00 2001 From: Ben Bradford Date: Wed, 11 Oct 2023 19:08:15 -0500 Subject: [PATCH] Update production.rb --- 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 251e23c..8e00751 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -68,7 +68,7 @@ # config.assume_ssl = true # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - config.force_ssl = true + # config.force_ssl = true # Log to STDOUT by default config.logger = ActiveSupport::Logger.new($stdout)