Nginx Upload Module
So if you're doing any uploads in a ruby/rails webapp and nginx, you should be using the nginx upload module. In fact it'd work with any web app running nginx, but the conf file may be a little different. So why is the upload module so awesome? Lets start off going over a typical upload process in ruby:
- File is sent to server
- File is buffered by ruby
- File is available for use
- File is sent to server
- File is buffered by c
- File is available for use
- 2.0.9 is compatible with nginx 0.6.x, 0.7.52-0.7.62, 0.8.1-0.8.8
- 2.0.10 is compatible with nginx 0.6.x, 0.7.52-0.7.62, 0.8.1-0.8.16
