`

upstream prematurely closed connection while reading response header from upstre

 
阅读更多
请求对方用nginx做了代理:但是error.log报
upstream prematurely closed connection while reading response header from upstream, client
找了半天,host没set进去

原来配置
location / {
            proxy_pass     http://pool_xxx;
            proxy_redirect     off;
            proxy_set_header   Host             $http_host;
            #proxy_set_header   X-Real-IP        $remote_addr;
            #proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
        }

修改后
location / {
            proxy_pass     http://pool_xxx;
            proxy_redirect     off;
            proxy_set_header   Host             "xxx.xxxxx.com";
            #proxy_set_header   X-Real-IP        $remote_addr;
            #proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
        }
分享到:
评论

相关推荐

    Nginx常见错误

    4. **`"(111: Connection refused) while reading response header from upstream"`**:这通常发生在连接建立后,在读取响应头部时出现问题。 5. **`"(111: Connection refused) while sending request to upstream...

    Nginx 502 Bad Gateway错误原因及解决方案

    **Nginx 502 Bad Gateway错误原因及解决方案** ...这个错误可能是由于各种配置不当或资源限制导致的。以下是针对该错误的几种常见原因及相应的解决方案: 1. **Fastcgi缓冲区设置过小** 当后端应用服务器返回的数据...

    nginx FastCGI错误Primary script unknown解决办法

    在centos上成功编译安装nginx 1.4、php 5.4并成功启动nginx和php-fpm后,访问php提示...while reading response header from upstream, client: 192.168.168.1, server: localhost, request: “GET / HTTP/1.1”, upst

    Nginx访问日志及错误日志参数说明

    常见的错误信息包括"upstream prematurely closed connection while reading response header from upstream",这通常表示上游服务器提前关闭了连接,可能是因为服务器过载或者内部错误。 理解这些日志参数对于调试...

    nginx优化之request_time 和upstream_response_time差别1

    本文将深入探讨两个关键的响应时间指标:`request_time` 和 `upstream_response_time`,以及它们在实际应用中的区别。 `request_time` 是Nginx记录的从开始接收客户端的第一个字节到完成写入日志(即发送完所有响应...

    nginx常用内部错误.docx

    2012/07/18 17:00:01 [error] 12345#0: *1 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.140.15.90, server: img.alipay.com, request: "GET /pa/img...

    PHP Primary script unknown 解决方法总结

    查看/var/log/nginx/...2019/01/03 10:24:02 [error] 11931#11931: *260 FastCGI sent in stderr: Primary script unknown while reading response header from upstream, client: 1.2.3.4, server: localhost, req

    nginx-upstream-jvm-route-1.15

    【标题】"nginx-upstream-jvm-route-1.15" 涉及的核心知识点是Nginx的upstream模块与JVM路由的整合,特别针对Nginx 1.15版本。这个项目旨在解决在配置Nginx时遇到的特定错误提示“nginx: [emerg] invalid parameter ...

    nginx_upstream_hash-0.3.1.tar.gz

    《Nginx Upstream Hash模块详解与应用》 在Web服务器领域,Nginx以其高效、轻量级的特性赢得了广泛的应用。为了实现更灵活的负载均衡策略,Nginx提供了一系列的upstream模块,其中,`nginx_upstream_hash`模块是...

    nginx-upstream-fair-master.zip

    在Nginx中,upstream模块是处理后端服务器群的重要组件,它负责将客户端请求转发到适当的服务器上。"nginx-upstream-fair-master.zip"是一个包含Nginx公平负载均衡(fair)第三方模块的压缩包,该模块使得Nginx可以...

    nginx_upstream_check_module

    **Nginx Upstream Check Module** 是一个由淘宝团队开发的插件,专门用于Nginx服务器,旨在增强其反向代理功能,提供对后端服务器节点的健康检查。这个模块使得运维人员能够实时监控后端服务器的状态,确保在将请求...

    nginx-upstream-jvm-route 和 nginx 对应版本,亲测可用

    此资源有两个文件,含 nginx-upstream-jvm-route 和 nginx 对应版本,都是tar.gz文件。 安装方法网上很多就不写了,亲测可用。 不用担心版本不匹配造成安装失败,再浪费积分去到处下载尝试的烦恼。 此资源有两个文件...

    nginx-upstream-check-module-master.zip

    借助淘宝技术团队开发的nginx模快nginx_upstream_check_module来检测后方realserver的健康状态,如果后端服务器不可用,则会将其踢出upstream,所有的请求不转发到这台服务器。当期恢复正常时,将其加入upstream。 ...

    nginx upstream fair算法

    **Nginx Upstream Fair算法详解** Nginx是一款高性能的HTTP和反向代理服务器,广泛应用于网站负载均衡和静态内容处理。在处理后端服务器的负载均衡时,Nginx提供了多种策略,其中之一就是"Fair"(公平)算法。Fair...

    Nginx深入详解之upstream分配方式.docx

    Nginx 的上游服务器(upstream)配置是其作为反向代理服务器的重要功能之一,它允许将客户端请求分发到一组后端服务器上,以实现负载均衡和容错能力。在 Nginx 中,upstream 支持五种不同的分配策略,每种策略都有其...

    nginxdocker镜像(nginx-upstream-check健康检查)

    官方nginx 镜像不带主动健康,本镜像将 nginx_upstream_check健康检查 打包到了镜像中。

    nginx配置upstream负载均衡的资源文件文件通用版

    **Nginx配置Upstream负载均衡详解** 在现代Web服务架构中,负载均衡是一项至关重要的技术,它能够有效地分散网络流量,确保服务器集群的稳定性和高可用性。Nginx作为一款高性能的反向代理服务器和HTTP缓存服务器,...

    nginx-upstream-manager.zip

    `nginx-upstream-manager.zip` 提供了一个开源项目,用于更方便地管理和操作 Nginx 的 upstream 配置。 这个项目的核心是 `upstream_manager.py` 脚本,它提供了对 Nginx upstream 集群进行增删改查等操作的能力。...

Global site tag (gtag.js) - Google Analytics