Re: nginx is too strict about accept-ranges

2014-08-25 Thread Maxim Dounin
Hello! On Mon, Aug 25, 2014 at 08:23:28AM -0400, jakubp wrote: > Hi > > I am using nginx to proxy/cache requests from different origin servers, some > of which I don't have access to (can't change their behaviour). Recently I > stumbled upon a problem where nginx wouldn't serve partial objects (

nginx is too strict about accept-ranges

2014-08-25 Thread jakubp
Hi I am using nginx to proxy/cache requests from different origin servers, some of which I don't have access to (can't change their behaviour). Recently I stumbled upon a problem where nginx wouldn't serve partial objects (even after they are cached) although upstream server would happily do that.