Enforce SSL

This commit is contained in:
Tadhg
2019-04-21 16:08:33 -07:00
committed by GitHub
parent 2fd545ae92
commit 7885c16ff5

View File

@@ -32,7 +32,7 @@ Redstoner::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
# See everything in the log (default is :info)
config.log_level = :info