Skip to content

Commit f0572dc

Browse files
committed
Missing CR for style
1 parent f4d2b20 commit f0572dc

File tree

1 file changed

+1
-0
lines changed
  • railties/lib/rails/generators/rails/app/templates/config/environments

1 file changed

+1
-0
lines changed

railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Rails.application.configure do
5858

5959
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
6060
config.force_ssl = true
61+
6162
# Skip http-to-https redirect for the default health check endpoint.
6263
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
6364

0 commit comments

Comments
 (0)