Reputation: 26142
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!
Upvotes: 1
Views: 1700
Reputation: 9358
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
Upvotes: 2