Enabling nginx Chunked Transfer Encoding
I believe chunked_transfer_encoding is on by default. The configuration flag works properly when added to the server{} scope and is not valid when placed in the location{} scope.
I asked the same question on ServerFault and got this answer:
https://serverfault.com/questions/159313/enabling-nginx-chunked-transfer-encoding/187573#187573