Nginx - upstream sent invalid chunked response while reading upstream 异常问题
Posted hukey
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx - upstream sent invalid chunked response while reading upstream 异常问题相关的知识,希望对你有一定的参考价值。
一个 post 的请求,直接调接口服务数据正常返回,但是通过 nginx 代理后, 什么都没有返回。
nginx 配置如下:
使用 postman 调用,返回如下:
于是检查日志报错信息,如下:
nginx 修改如下:
加入两条:
proxy_http_version 1.1; proxy_set_header Connection "";
两条规则缺一不可,都是为了支持后端请求 HTTP1.1 协议。
数据成功返回。
参考链接:https://blog.csdn.net/sc9018181134/article/details/82055225
以上是关于Nginx - upstream sent invalid chunked response while reading upstream 异常问题的主要内容,如果未能解决你的问题,请参考以下文章
修复Nginx 502错误:upstream sent too big header while reading response header from upstream
修复Nginx报错:upstream sent too big header while reading response header from upstream