如何在偏航上启用gzip压缩?
我有这个信息:
With this patch, Yaws will add 'Accept-Encoding' in 'Vary' header if the
support of gzip compression is enabled or if the response is compressed.
The 'Vary' header can be set using 'yaws:outh_set_vary(Fields)' or by
returning '{header, {vary, Fields}}' from scripts (where Fields is a list
of header names).
问题是我不知道在哪里添加雅司:outh_set_vary(字段)或如何返回{header,{vary,Fields}}。
答案 0 :(得分:1)
最简单的方法是在deflate = true
配置文件的服务器块中设置yaws.conf
,以便为该服务器启用压缩压缩。有关deflate
的详细信息,请参阅the Yaws config documentation,其中包括用于自定义服务器压缩设置的可选<deflate> ... </deflate>
块的说明。