【问题标题】:Can I use SPDY with Unicorn?我可以将 SPDY 与 Unicorn 一起使用吗?
【发布时间】:2013-11-09 06:16:32
【问题描述】:

我想在我的 Rails 应用程序中使用 SPDY。我看到了如何设置SPDY with NGINX + Passenger 以及使用 Apache (mod_spdy) 设置 SPDY 的解决方案。

我可以将 SPDY 与 Unicorn 和 NGINX 一起使用吗?如何配置?

谢谢

【问题讨论】:

    标签: ruby-on-rails nginx unicorn spdy


    【解决方案1】:

    你可以在 Unicorn 上使用 nginx spdy 模块,没有什么特别之处。只需阅读文档:http://nginx.org/en/docs/http/ngx_http_spdy_module.html

    【讨论】:

      【解决方案2】:

      SPDY 仅在 Web 服务器上实现,例如 NGINX 或 Apache。独角兽与此无关。所以你可以修补你的 web 服务器,因为 Unicorn 是一个应用程序服务器,它应该对此没有影响。

      【讨论】:

        猜你喜欢
        • 2012-02-03
        • 2012-04-22
        • 2015-02-14
        • 2023-03-25
        • 2020-08-04
        • 2018-10-23
        • 2011-02-22
        • 2021-03-16
        • 2016-11-20
        相关资源
        最近更新 更多