The proxy was forwarding the original Content-Length header to the proxied service, which caused issues with request body processing. Now setting it to an empty string to prevent nginx from passing the original content-length value.
The proxy was forwarding the original Content-Length header to the proxied service, which caused issues with request body processing. Now setting it to an empty string to prevent nginx from passing the original content-length value.