Skip to content

Commit

Permalink
Add SSL in production
Browse files Browse the repository at this point in the history
  • Loading branch information
lijay committed Nov 13, 2013
1 parent 8471198 commit 28e5a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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

# Set to :debug to see everything in the log.
config.log_level = :info
Expand Down

0 comments on commit 28e5a66

Please sign in to comment.