3 messages in ru.sysoev.nginxRe: client_max_body_size bug or docum...
FromSent OnAttachments
Rob SchultzApr 29, 2008 6:47 pm 
Igor SysoevApr 29, 2008 10:02 pm 
Rob SchultzApr 30, 2008 5:53 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: client_max_body_size bug or documentation issue again?Actions...
From:Rob Schultz (rsch@public.gmane.org)
Date:Apr 30, 2008 5:53:15 pm
List:ru.sysoev.nginx

Sorry i went back to look at my configuration for testing. I found out my location block wasn't being triggered at all anyways because i was passing off to php fastcgi process to do the processing of the upload (Since i found out you cannot post to static files for testing) so it was using the php location block instead. So i redid all my testing and used a proxy_pass on location / block and from there i was not able to reproduce it. Sorry for wasting mail traffic on this bogus mail.

The client_max_body_size directive should work inside location. I could not reproduce the bug. Could you create debug log of your case ?