Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: upload module 2.0.7
- To: nginx@xxxxxxxxx
- Subject: Re: upload module 2.0.7
- From: "Trinux zotoff" <trin4ik@xxxxxxxxx>
- Date: Sat, 18 Oct 2008 17:14:55 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xHbHV8AhxorQ8+gY738fOiIL6wSp5VtwIlPMMou3KRA=; b=MODWIWvpPEZ6RWJhBXesZHpYSBFvyquNQcqrzhSKCHbUaEg0G6pqaoxmYi/0Y06j8C t9zKkaf6GNCNW9bHnSsq5rBUPLi5WuQ7ICN98qOA89HIzS9xDe5LbgC2JMr4eKSSreOd 4Bu4/rHcNve+5JQoJcmA2IDIPDgASORo0PW58=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=jDWY3RLJQRxiCQNb42my5nZ3CjDNScFsIbOZ9gAOQ+xO1edoB6IaAvEEB0OOWPMRKn V805Ew9b38ot8lbH4BFrfW9tEoridSKLipjdqT/H4O35YDDXrH7Pcuj+XytTmf66+RwL mQP9mc5rKz6mANAS91BmbZu0O1otFduVHR8Ps=
- In-reply-to: <12ca98b4d4702762359aaaf3e6bbef10.squirrel@xxxxxxxxxxxxxxxx>
- References: <12ca98b4d4702762359aaaf3e6bbef10.squirrel@xxxxxxxxxxxxxxxx>
Круто =) спасибо =) В общем в nginx есть подобная штуковина, но
исторически пользуюсь твоим модулем.
2008/10/18 Valery Kholodkov <valery+nginxen@xxxxxxxxxxx>:
>
> 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 Fisher.
>
> 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
>
> --
> Best regards,
> Valery Kholodkov
>
>
|