База знаний: Linux Server
Ошибка upstream timed out (110: Connection timed out) while reading response header from upstream, client
Автор Алексей | HiTex.BY на 06 декабря 2022 14:59
upstream timed out (110: Connection timed out) while reading response header from upstream, client: 95.xxx.xxx.xxx, server: _, request: "GET /end.php HTTP/1.1", upstream: 
"https://xxx.xxx.xxx.xxx:443/end.php", host: "domain.by"

когда nginx проксирует динамику на apache, то решается добавлением и увеличением директив:

location / {
        proxy_connect_timeout 300s;
        proxy_send_timeout 300s;
        proxy_read_timeout 300s;
    }
(0 голос(а))
Эта статья полезна
Эта статья бесполезна

Комментарии (0)