I'm running the latest development version of nginx and gzipping is working.
But no Vary Accept-Encoding header is added to any gzip response. The
gzip_http_version isn't affecting the behavior, no matter if I set it to 1.0
or 1.1 no header is sent. Even if I add the header myself via the add_header
directive, nothing.

If I use PHP to add the header it's there. Any ideas what the problem could
be?

My configure options:
https://github.com/MovLib/www/blob/master/conf/install-scripts/nginx.sh
My configuration: https://github.com/MovLib/www/tree/master/conf/nginx
Specifically the gzip configuration:
https://github.com/MovLib/www/blob/master/conf/nginx/conf/gzip.conf

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,240214,240214#msg-240214

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to