Nginx + modrails + gzip

I’m running a stack using modrails with the compiled version of nginx.
I turned on gzip in my /opt/nginx/conf/nginx.conf file but Yslow still
shows that we aren’t gzipping. Any hints as to what might be happening?
Here’s the gzip stuff from nginx:

gzip on;
gzip_buffers 16 8k;
gzip_comp_level 9;
gzip_http_version 1.0;
gzip_min_length 0;
gzip_types text/plain text/html text/css application/x-javascript
text/xml application/xml application/xml+rss text/javascript;

Any help appreciated,
Vince

The same problem :frowning:

you can try to add “gzip_proxied any;”