Tagged Questions
8
votes
1answer
4k views
Serving Large Files Through Nginx via Rails 2.3 Using x-sendfile
Let's say I have a Rails 2.3.2 application fronted by nginx and served by mongrel in which I need to serve a large static file through Rails (to control access to it). I want the Rails app to delegate ...