Nginx chunked response

satishkori nginx-forum at forum.nginx.org
Tue May 22 13:22:44 UTC 2018


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;
    sendfile        on;
    keepalive_timeout  65;
 

location "/"  {

                proxy_connect_timeout       300;
                proxy_send_timeout          300;
                proxy_read_timeout          300;
                send_timeout                300;   
}

When i directly invoke target endpoint, its working fine.

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,279901,279901#msg-279901



More information about the nginx mailing list