Fastcgi chunked data

Shaun savage savages at savages.com
Fri Aug 19 05:09:59 UTC 2011


I am not reading a file from disk, I am generating the data from a
program. 
I added

fastcgi_max_temp_file_size  0;

but is still buffers the data in the FastCGI buffers.

the size i am chunking is only 144 bytes



On 08/19/2011 12:45 PM, Ensiferous wrote:
> That's a lot of debugging when you could just have read the wiki
> instead: http://wiki.nginx.org/HttpFcgiModule#fastcgi_buffers
>
> "If you want to disable buffering to disk for all replies that are
> greater than the FastCGI buffers and transfer data synchronously to the
> client set fastcgi_max_temp_file_size to 0."
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,214015,214018#msg-214018
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx



More information about the nginx mailing list