Hi, the situation that I am trying to solve is what happens if the client's request is larger than the configured client_max_body_size. Turning off buffering by nginx should resolve the problem as nginx would forward every packet to the back-end server as it comes in. Did I misunderstand the purpose of "fastcgi_request_buffering off;"? Thanks.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,256378,256411#msg-256411 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
