We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aba315 commit 8c09cb0Copy full SHA for 8c09cb0
config/environments/production.rb
@@ -45,8 +45,9 @@
45
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
46
47
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
48
- # config.force_ssl = true
49
+ config.force_ssl = true
50
+ config.ssl_options = { hsts: false }
51
# Use the lowest log level to ensure availability of diagnostic information
52
# when problems arise.
53
config.log_level = :debug
0 commit comments