You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed Boxroom, running on Apache 2, Passenger, Ruby Enterprise Edition.
Everything seems to work fine but downloaded files always have 0 bytes. At first I though that my first file was maybe too large (around 95MB), so I tried a simple CSV with a few kb that I had lying around, but that didn't work either.
The log says
Sent file #{Rails.root}/uploads/production/2/original/2 (0.1ms)
Completed 200 OK in 2ms
So no help there. The files in the uploads/production directory have the correct size.
Any ideas?
btw: I'd be willing to contribute a german translation in case you're interested.
The text was updated successfully, but these errors were encountered:
Nevermind... Although it says "for nginx", uncommenting
config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect'
in config/environments/production.rb does the trick.
Maybe a note in the readme would be helpful?
Just installed Boxroom, running on Apache 2, Passenger, Ruby Enterprise Edition.
Everything seems to work fine but downloaded files always have 0 bytes. At first I though that my first file was maybe too large (around 95MB), so I tried a simple CSV with a few kb that I had lying around, but that didn't work either.
The log says
So no help there. The files in the uploads/production directory have the correct size.
Any ideas?
btw: I'd be willing to contribute a german translation in case you're interested.
The text was updated successfully, but these errors were encountered: