From 0496a227495fdcb44c5c443312bab1a4e90f3982 Mon Sep 17 00:00:00 2001 From: Christian Sutter Date: Mon, 20 Nov 2023 13:45:35 +0000 Subject: [PATCH] Disable forcing SSL --- 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 3567f6c..f052c85 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -41,7 +41,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)