From 0d1cc032aa2eb246443e21199cf8bd9db3fd4740 Mon Sep 17 00:00:00 2001 From: Godwin Date: Fri, 11 Jul 2014 21:50:13 -0600 Subject: [PATCH] Maybe this then? --- 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 fbc33ed..c35df13 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -40,7 +40,7 @@ BikeBike::Application.configure do # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - config.force_ssl = true + #config.force_ssl = true # Set to :debug to see everything in the log. config.log_level = :info