Vary header and cache_key

Guilherme guilherme.e at gmail.com
Thu Oct 8 18:16:03 UTC 2015


Hello!

Before Nginx 1.7.7, the file name in a cache was a result of applying the
MD5 function to the cache_key.

Now the file name, when Vary header is present in a response of the proxied
request, is not the MD5 of the cache_key anymore.

The above requests generate two different cache files (response header
include *Vary: Accept-Encoding*):

curl -H 'Accept-Encoding: gzip' http://example.com/script.js
curl http://example.com/script.js

*proxy_cache_key: *$scheme://$http_host$uri$is_args$args


How is calculated the file name in this case?

Tks,

Guilherme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20151008/ea4daf49/attachment.html>


More information about the nginx mailing list