Tagged Questions

0
votes
1answer
408 views

Static files served from CIFS Windows share through nginx/Ubuntu aren't fully sent to the browser

We have a Rails app with nginx front end. Users can upload files, which are stored on a Windows network share, and retrieve them later. The uploaded files are served statically through nginx. ...