In https://github.com/rails/rails/commit/6360b7359998c9395367b6a7343e9ed751daf9e5#diff-5c435d953ddbafd6244053b1668c5050568fc41988553bba7b3e5472d47a8242L29-L32 configuration for `x_sendfile_header` was removed (presumably because Kamal doesn't use it). However this configuration variable is still used in the default middleware stack: https://github.com/rails/rails/blob/1b4824623bb389f4441876965372cccb79f3fe63/railties/lib/rails/application/default_middleware_stack.rb#L29 Does it make sense to restore it to `production.rb.tt` for people who still want to configure `Rack::Sendfile`?