Did you get the answer to this question? I am facing similar issue on nginx. 2012/08/21 06:29:02 27567#0: *13 http fastcgi record byte: 00 2012/08/21 06:29:02 27567#0: *13 http fastcgi record byte: 01 2012/08/21 06:29:02 27567#0: *13 http fastcgi record byte: 00 2012/08/21 06:29:02 27567#0: *13 http fastcgi record byte: 00 2012/08/21 06:29:02 27567#0: *13 http fastcgi record byte: 00by rahul2k6.nitjsr - Nginx Mailing List - English
setting 'fastcgi_max_temp_file_size 0;' in nginx.conf worked.... For more info about this nginx directive, visit - http://wiki.nginx.org/HttpFcgiModule#fastcgi_max_temp_file_size Thanks.by rahul2k6.nitjsr - How to...
rahul2k6.nitjsr Wrote: ------------------------------------------------------- I am running nginx/1.0.14. I have been trying to download a tar file, which is of the size 2.0 GB. But it is downloading only a part of it. The downloaded part varies on different occasions. The output of nginx -V is as follow - nginx version: nginx/1.0.14 built by gcc 4.1.1 TLS SNI support disabledby rahul2k6.nitjsr - How to...
Hi All, I am using nginx server. On user's request, I am creating a file and providing a download link for that file. The file size is 2.1 GB. I am observing that when we click on that link, only a part of that file gets downloaded which varies at different occasions. Can you guys help me on this as I am stuck at that point. Thanks in advance.by rahul2k6.nitjsr - How to...
Hello Everybody... I am facing problem in downloading large files (of size more than 2GB) using nginx. Its downloading only a part of that file, that too randomly. I am scratching my head for last 3-4 days but found no luck. Can you guys please help me on this?by rahul2k6.nitjsr - New Member Introductions