如何在 Windows 上的 ruby​​ THIN 服务器 (Rails 3.1) 上打开 GZIP 压缩

发布于 2024-12-11 12:28:24 字数 106 浏览 0 评论 0原文

我想知道如何在 Windows 机器上的 Ruby THIN 服务器上为 Rails 3.1 应用程序启用 GZIP 压缩?

嗯,我以前从未使用过 GZIP。

谢谢!

I wonder how to enable GZIP compression on my Ruby THIN server on windows machine for Rails 3.1 app?

Well, i've never worked with GZIP before.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请恋爱 2024-12-18 12:28:24

本教程将帮助您设置 Nginx 和 Thin:http: //www.funonrails.com/2010/03/nginx-and-thin-installation-and.html

据我了解,您可以通过Nginx配置文件打开gzip。这显示了 Nginx HttpGzipModule: http://wiki.nginx.org/HttpGzipModule

This tutorial will help you set up Nginx and Thin:http://www.funonrails.com/2010/03/nginx-and-thin-installation-and.html

And from what I understand, you can turn on gzip through Nginx configuration file. This shows the Nginx HttpGzipModule: http://wiki.nginx.org/HttpGzipModule

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文