Rails 4 开始,是不是比较推崇 Puma 这个 Server? 我自己一直都用 Apache + Passenger,觉得很稳定
@Saito 现在 5.1-Stable 的分支用的还是 Puma 2.0.0.b7,这个分支不更新到 Puma 2.0.1 了吗?
https://github.com/gitlabhq/gitlabhq/issues/3079#issuecomment-15380462
因为 Puma 跟 Passenger 不会 Cache HTTP Response.
所以就做了一个这样的迁移。( 大概是因为这个吧。
#1 楼 @_samqiu 这个分支比较少动,一般不太更新。等下次 Release 就好了。或者跟 Master.