标签:reading 调用 nginx 报错信息 日志 ons pos net ali
一个 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 异常问题
标签:reading 调用 nginx 报错信息 日志 ons pos net ali
原文地址:https://www.cnblogs.com/hukey/p/11428887.html