Error log

Maxim Dounin mdounin at mdounin.ru
Mon Sep 10 14:10:54 UTC 2012


Hello!

On Mon, Sep 10, 2012 at 04:04:09PM +0200, Andrea Soracchi wrote:

> Hi,
> 
> when I upload a file (big or small) I get this error line in error.log:
> 
> a client request body is buffered to a temporary file /usr/local/nginx/client_body_temp/0000000075
> 
> The error log marks it as warning. 
> 
> During the upload of a big file I expect to find the above mentioned file in the directory, but it's empty.
> 
> Any idea?

It should be empty, as nginx unlink()s temporary files as soon as 
they are created (unless you've set client_body_in_file_only in 
your config, see http://nginx.org/r/client_body_in_file_only).

Maxim Dounin



More information about the nginx mailing list