Skip to content

Commit

Permalink
force ssl in production
Browse files Browse the repository at this point in the history
  • Loading branch information
sos4nt committed Jun 27, 2012
1 parent a6c44a7 commit 4f26ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -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
Expand Down

0 comments on commit 4f26ea6

Please sign in to comment.