我在日志文件中收到此错误。当用户多次重新加载页面时会发生这种情况。除此之外,网站运行正常。我正在使用 Elastic beanstalk 和 Nginx + Puma。
upstream prematurely closed connection while reading response header from upstream, client: 172.XX.XX.XX, server: _, request: "GET / HTTP/1.1", upstream: "http://unix:///var/run/puma/my_app.sock:/", host: "example.com"
另外,我已经为 Nginx 添加了这些配置,但这些配置并不能解决问题。
proxy_connect_timeout 300;
proxy_read_timeout 300;