Hi,
I recently upgraded from nginx-0.6.36 to 0.7.62. We are setting cache
friendly headers and after the upgrade we started seeing this
Transfer-Encoding: chunked.
This has broken caching. How can I remove this from the HTTP headers?
There is a old patch from Igor but those changes are already present in
0.7.62.
FYI I having nginx 0.7.62 on another server which is being used to serve
static content and it is using similar settings. It is not setting the
Transfer-Encoding header.
Here are the gzip settings. The files in question are between 2-50K
unzipped.
@Dave - Cache-Control private is to safeguard against old caching
servers which can cause problems with older versions of IE. This
setting doesn’t affect the end user.