ssi, reverse-proxy and compression
Olivier B.
nginx.list at daevel.fr
Wed Jan 28 15:07:52 MSK 2009
Hello,
we're using ssi with reverse-proxy on NginX 0.6.34, but have a problem
when contents is compressed on the fly by the backend.
As we can't disable this on the backend, we would like setup NginX to
don't send the "Accept-Encoding" header to it, or to decompress this
contents before processing ssi tags.
I don't find how to set up that, so actually I simply replace the
Accept-Encoding this way :
proxy_set_header Accept-Encoding none
Is there a "better" way to do that ?
Thanks in advance,
Olivier
More information about the nginx
mailing list