如何在 Windows 上的 ruby THIN 服务器 (Rails 3.1) 上打开 GZIP 压缩
我想知道如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本教程将帮助您设置 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