Hello! On Tue, Apr 01, 2014 at 07:59:45PM +0200, Sudara Williams wrote:
[...] > interrupted. But we would appreciate any advice about proxying large > files from s3. Should proxy_buffering be on or off? There is no need to switch off proxy_buffering unless you are doing streaming and/or long polling. In most cases, proxy_buffering as seen in various configs is misused to disable disk buffering. This is wrong, proxy_max_temp_file_size should be used to control disk buffering. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
