Hi Trevor, config/environments/production.rb line 12
# Specifies the header that your server uses for sending files # config.action_dispatch.x_sendfile_header = "X-Sendfile" # For nginx: # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # If you have no front-end server that supports something like X-Sendfile, # just comment this out and Rails will serve the files And while you are in there, you may want to tweak config.serve_static_assets = true Best of luck, Keenan On Mar 21, 2011, at 7:20 AM, Trevor Turk wrote: > I'm seeing the following when pushing to Heroku: > > Configure Rails 3 to disable x-sendfile > Installing rails3_disable_x_sendfile... done > > What is this about? Is there a way I should configure my app to avoid seeing > this message? > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
