I have configured an nginx container to proxy a response from an upstream google tag manager container. Both servers are on my local environment. The logs reads;
"upstream sent "Content-Length" and "Transfer-Encoding" headers at the same time while reading response header from upstream"
I have added this on my proxy block:
proxy_hide_header Content-Length;
but still got same error message.
How can I possibly solve this?