Upload module 2.0.9

Ok, nginx 0.7.52 allows me to release upload module 2.0.9. Changes so
far:

  • Change: compatibility with nginx’s API 0.7.52 and greater
  • Fixed bug: module directives couldn’t have appeared in limit_except
    block
  • Added feature: directive upload_limit_rate and ability to limit
    upload rate
  • Change: Malformed body issues are now logged to error log instead of
    debug log

To compile upload module with nginxes 0.7.44-51 configure in the
following way:

CFLAGS=“-Dnginx_version=7052” ./configure --add-module=

See details on this page:
http://www.grid.net.ru/nginx/upload.en.html