Nginx reverse proxy – Can’t finish download of any big file
proxy_buffering off; proxy_buffers 64 128k; proxy_max_temp_file_size 0;
just add to config these lines
for more info about modules – use http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffer_size
(Visited 430 times, 1 visits today)