Turn off 'fastcgi_buffers'

Hi there,

I have found that nginx buffers php output and do not send them to
clients untill the php execution get complete.
I want to turn off ’ fastcgi_buffers ’ in my nginx.
What should I do ?
This fastcgi_buffers cause that nginx get incompatible with some php
scripts such as :

  • Net2FTP http://net2ftp.com
  • RapidLeech http://rapidleech.googlecode.com
    Currently I have runned net2ftp with nginx but the unzip section of
    net2ftp broke with nginx fastcgi_buffer.
    I have set the fastcgi_buffer to 1kb but still broke in unzipping files.

Thanks

Posted at Nginx Forum:

I think it is not possible !

Posted at Nginx Forum:

Yes It is not possible, It is a basis on nginx

Posted at Nginx Forum: