小编Pur*_*res的帖子

全新安装 nginx 和 ROR 后出现“768 worker_connections are notough”错误

我在 Rails 上全新安装了 nginx 和 ruby​​。但在测试时它给了我一个“500 内部服务器错误”。

\n\n

我的应用程序的 error.log 具有以下内容:

\n\n
2014/05/01 17:27:15 [alert] 1423#0: *6892 768 worker_connections are not enough while connecting to upstream, client: 24.15.27.113, server: example.com, request: "GET / HTTP/1.0", upstream: "http://24.15.27.113:80/", host: "myapp"\n2014/05/01 17:27:16 [alert] 1423#0: *7656 768 worker_connections are not enough while connecting to upstream, client: 24.15.27.113, server: example.com, request: "GET /favicon.ico HTTP/1.0", upstream: "http://24.15.27.113:80/favicon.ico", host: "myapp"\n2014/05/01 17:45:50 [alert] 1453#0: *766 768 worker_connections are not enough while connecting to upstream, client: 24.15.27.113, server: example.com, …
Run Code Online (Sandbox Code Playgroud)

ubuntu nginx ruby-on-rails thin

3
推荐指数
1
解决办法
2万
查看次数

标签 统计

nginx ×1

ruby-on-rails ×1

thin ×1

ubuntu ×1