Currently, when nginx is set to gzip outbound content as requested by the client, the "gzip_vary on" setting will set the following header:
Vary: Accept-Encoding
We would like to modify this to send out:
Vary: Accept-Encoding, User-Agent
Is this possible?
Thanks.