Howdy folks,<div><br></div><div>We've been seeing some recurring logs in our log that look like this:</div><div><br></div><div>2013/01/28 18:30:36 [warn] 2657#0: *210608 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000772, client: <CLIENT IP>, server: <SERVER NAME>, request: "POST /upload/publish_thumbnail HTTP/1.1", host: "<HOST NAME>"</div>
<div><br></div><div>Based on searching through the mailing list's previous questions we found that we could set the following directives in order to attempt to disable it:</div><div><br></div><div><div>client_max_body_size  0;</div>
<div>proxy_max_temp_file_size 0;</div></div><div><br></div><div>At first we only had this in the 'http' context but then also copied those same configurations into the 'server' and 'location' contexts to see if that would help since the messages continued to appear in the log.  Even after adding it to 'server' and 'location', the messages continue - is there another configuration directive that we might be missing?  Our config is pretty simple and and doesn't have any location or server contexts that I could have missed (also verified that the context that this message appears under is covered by the two directives that we set to 0).</div>
<div><br></div><div>Thanks in advance,</div><div>Chris.</div>