FastCGI and file upload limit

Anton Yuzhaninov citrin at citrin.ru
Tue Dec 7 13:15:10 MSK 2010


On 12/07/10 10:53, Bin Chen(sunwen_ling) wrote:
> I am using nginx and I have a FastCGI server(python, using flup library) program
> to accept file upload request from browser. One problem I encounter is when the
> file is large, like exceeds 1MB, my python fastcgi program will not receive any
> data, but when the file is smaller, it just works fine. I am not sure how nginx
> work with fastcgi module, does it have limitations on file size? Is it possible
> to tune it?

http://wiki.nginx.org/HttpCoreModule#client_max_body_size

-- 
  Anton Yuzhaninov



More information about the nginx mailing list