Closed sandhose closed 1 week ago
Looks like it's not the default. This makes it so that nginx sends Vary: Accept-Encoding header to the client. If we don't do this, Cloudflare will cache the first response with that particular encoding, and not care about the subsequent responses.
Vary: Accept-Encoding
Looks like it's not the default. This makes it so that nginx sends
Vary: Accept-Encoding
header to the client. If we don't do this, Cloudflare will cache the first response with that particular encoding, and not care about the subsequent responses.