Upload module 2.0.7

Greetings!

After moving to another place, I’m back to OSS-projects. And this time a
security release:

Version 2.0.7 (as of 2008-10-18):

  • Change: file size and output body size restrictions via
    upload_max_file_size and upload_max_output_body_len directives.
  • Added feature: directive upload_pass_args enables forwarding
    of request arguments to a backend. Thanks to Todd F…

Maximal output body length is set to 100k by default, which is large
enough to contain majority of forms and at the same time prevents
exhausting memory with requests containing huge non-file fields.

See module page for details:
http://www.grid.net.ru/nginx/upload.en.html