Hello!
On Tue, May 22, 2018 at 09:22:44AM -0400, satishkori wrote:
> Nginx some times does not serve whole response but only first chunk. We
> don't see this kind of behaviour all the times. Below our configuration.
>
> http {
> include mime.types;
> default_type application/octet
Nginx some times does not serve whole response but only first chunk. We
don't see this kind of behaviour all the times. Below our configuration.
http {
include mime.types;
default_type application/octet-stream;
sendfileon;
keepalive_timeout 65;
location "/" {