Flip on SSL

This commit is contained in:
Petko Bordjukov 2014-09-02 16:42:06 +03:00
parent e730d2f842
commit 8778f6e045
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Rails.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