fine tuning nginx.conf for large file downloads in 123.09beta01 /usr/local/nginx/conf/nginx.conf changes from client_max_body_size 50m; output_buffers 8 256k; send_timeout 10s; to client_max_body_size 200m; output_buffers 1 512k;...