Hello!
On Tue, Jun 27, 2023 at 10:57:37AM +, Yuval Abadi via nginx wrote:
> Hi
>
> Nginx 1.23.2
>
> When HTTP Server replies chunk body nginx has an error
> 0 upstream sent invalid chunked response while reading upstream, client:
> 10.1.0.14, server: , request:
>
> My nginx.conf have thes
Hi
Nginx 1.23.2
When HTTP Server replies chunk body nginx has an error
0 upstream sent invalid chunked response while reading upstream, client:
10.1.0.14, server: , request:
My nginx.conf have these attribute under the server section:
+ proxy_http_version 1.1;
+ proxy_set_header Connection "";