Re: [uWSGI] Nginx + Uwsgi Can't download large file ( more the 1GB)

2015-03-17 Thread Roberto De Ioris
For example i have two websites, 1. example.org ( nginx + uwsgi + python +mysql ) 2. example.com ( nginx ) i tried to download more than 2GB file using *example.org http://example.org* website but i can't able download full size of the file, after 1GB automatically truncate but i can

Re: [uWSGI] Nginx + Uwsgi Can't download large file ( more the 1GB)

2015-03-17 Thread Roberto De Ioris
Hello, I am trying to download a large file from my webserver, The file size is around 2.5GB. When I try to download it via the browser it's not download completely, after 1GB automatically truncate ( Nginx + uwgi website ) but i can able to download full when i will use without uwsgi.

[uWSGI] Nginx + Uwsgi Can't download large file ( more the 1GB)

2015-03-17 Thread Manivel Rajendran
Hello, I am trying to download a large file from my webserver, The file size is around 2.5GB. When I try to download it via the browser it's not download completely, after 1GB automatically truncate ( Nginx + uwgi website ) but i can able to download full when i will use without uwsgi. *Best

[uWSGI] [ANNOUNCE] uWSGI 2.0.10

2015-03-17 Thread Roberto De Ioris
Little bugfix release: http://uwsgi-docs.readthedocs.org/en/latest/Changelog-2.0.10.html Regards -- Roberto De Ioris http://unbit.com ___ uWSGI mailing list uWSGI@lists.unbit.it http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Re: [uWSGI] Nginx + Uwsgi Can't download large file ( more the 1GB)

2015-03-17 Thread Manivel Rajendran
Yes, I am going to serve the file via uWSGI+python. Here is the uWSGI error log: Tue Mar 17 15:11:32 - uwsgi_response_write_body_do() TIMEOUT !!! IOError: write error [pid: 20012|app: 0|req: 5/9] 10.177.7.30 () {46 vars in 927 bytes} [Tue Mar 17 15:06:41 2015] POST /cdcontent/ = generated

Re: [uWSGI] Nginx + Uwsgi Can't download large file ( more the 1GB)

2015-03-17 Thread Manivel Rajendran
Could you tell me what option i want to add in my uwsgi.ini file? On Tue, Mar 17, 2015 at 5:48 PM, Roberto De Ioris robe...@unbit.it wrote: Yes, I am going to serve the file via uWSGI+python. Here is the uWSGI error log: Tue Mar 17 15:11:32 - uwsgi_response_write_body_do() TIMEOUT !!!