2

我有以下配置 nginx 服务器代理请求 tomcat 服务器:

location /api/ {
    proxy_pass http://127.0.0.1:8080/;
    proxy_read_timeout 90;
}

这很好用,但在 Firefox 中,我们遇到了这样的问题:Firefox 错误“未找到元素”

为什么nginx会截断content-type header,如何防止他这样做?

4

0 回答 0