如何将 yaws 中的 "Vary: Accept-Encoding" header 添加到可缓存文件

How to add "Vary: Accept-Encoding" header in yaws to cacheable files

我正在测试我的网站以进行优化,我得到了这条建议:

The following publicly cacheable, compressible resources should have a "Vary: Accept-Encoding" header:

那么,如何使用嵌入式偏航将 Vary: Accept-Encoding header 添加到 css 和 js 文件?

我是 arg_rewrite_mod 我相信我应该从那里做点什么,但我不太确定怎么做。

根据 yaws.hyber.org:
Yaws 将在 Vary header 中添加 Accept-Encoding响应被压缩。
可以使用 yaws:outh_set_vary(Fields) 或返回 [= 来设置 Vary header 14=] 来自脚本(其中字段是 header 名称的列表)。