From 1a172b9523a106bb732455d5978e7b1540d3a86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Pardi=C3=B1as?= Date: Fri, 22 Jun 2012 13:21:33 -0500 Subject: [PATCH] habilitando ssl --- .gitignore | 1 + config/environments/production.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d51c854..e191626 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ pickle-email-*.html config/database.yml doc/casillas_2012.csv uploads/ +/certs diff --git a/config/environments/production.rb b/config/environments/production.rb index 6ce5519..5500c44 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -28,7 +28,7 @@ # 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 # See everything in the log (default is :info) # config.log_level = :debug