From 0182e581c181121542bb1ae6397b0a1854e452c3 Mon Sep 17 00:00:00 2001 From: Nat Budin Date: Fri, 8 Sep 2023 11:45:47 -0700 Subject: [PATCH] Turn off force SSL on prod, we're gonna do it a different way --- 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 fe0f502..5cec8b6 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -43,7 +43,7 @@ # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - config.force_ssl = true + # config.force_ssl = true # Use the lowest log level to ensure availability of diagnostic information # when problems arise.