Upstream timed out错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Upstream timed out错误相关的知识,希望对你有一定的参考价值。

location / {

        ...
        proxy_read_timeout 150;
        ...
}
 
location ~* .php$ {
    include         fastcgi_params;
    fastcgi_index   index.php;
    fastcgi_read_timeout 150;
    fastcgi_pass    127.0.0.1:9000;
    fastcgi_param   SCRIPT_FILENAME    $document_root$fastcgi_script_name;
}

以上是关于Upstream timed out错误的主要内容,如果未能解决你的问题,请参考以下文章

Nginx Upstream timed out (110: Connection timed out)

Nginx报 upstream timed out 10060

nginx upstream timed out

nginx 报错 upstream timed out (110: Connection timed out)解决方案

nginx报告upstream timed out (10060: A connection attempt failed)但实际上服务收到了请求

Nginx 高并发下报错 connect() failed (110: Connection timed out) while connecting to upstream