We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d2b20 commit f0572dcCopy full SHA for f0572dc
railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
@@ -58,6 +58,7 @@ Rails.application.configure do
58
59
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
60
config.force_ssl = true
61
+
62
# Skip http-to-https redirect for the default health check endpoint.
63
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
64
0 commit comments