Skip to content
Advertisement

Downloads hang/fail after ~80kb using NGINX reverse proxy [closed]

I have a remote reverse proxy nginx server that feeds traffic to an apache web server. When a user attempts to download a file, it stops after approximately 80-100kb, and then the file is of course corrupted.

I’m assuming this has something to do with keep alive, or possibly max processes or something. I’ve tried adjusting many of the parameters to no avail. Please see nginx conf below…

JavaScript

And my proxy.conf

JavaScript

Advertisement

Answer

Solved the issue elsewhere – the problem was related to a permissions issue https://serverfault.com/questions/736588/inconsistent-download-size-with-php-nginx-configuration

Advertisement