Rainbows! 是一个为 Rack 应用而开发的 HTTP 服务器,基于 Unicorn 。主要为一些长时间请求和慢速的客户端而设计。Rack项目请看这里。
Changes: Mostly internal cleanups and small improvements were done. The only backwards incompatible change was the addition of the "client_max_body_size" parameter to limit upload sizes to prevent DoS. This defaults to one megabyte (which is the same as nginx), so any apps relying on the limit-less behavior of previous versions will have to reconfigure this in the Unicorn/Rainbows! configuration file
暂无更多评论