NGINX: upstream timed out (110: Connection timed out) while reading response header from upstream

后端 未结 11 1915
余生分开走
余生分开走 2020-11-28 19:47

I have Puma running as the upstream app server and Riak as my background db cluster. When I send a request that map-reduces a chunk of data for about 25K users and returns i

11条回答
  •  佛祖请我去吃肉
    2020-11-28 20:27

    I would recommend to look at the error_logs, specifically at the upstream part where it shows specific upstream that is timing out.

    Then based on that you can adjust proxy_read_timeout, fastcgi_read_timeout or uwsgi_read_timeout.

    Also make sure your config is loaded.

    More details here Nginx upstream timed out (why and how to fix)

提交回复
热议问题