gpt4 book ai didi

nginx - 设置变量:接受编码 header (nginx)

转载 作者:行者123 更新时间:2023-12-03 09:00:57 33 4
gpt4 key购买 nike

我有一台Nginx服务器,似乎找不到有关如何发送Vary的任何信息:CSS和JS文件的Accept-Encoding header 。有人知道这件事吗?

谢谢!

最佳答案

这来自nginx documentation

gzip_vary
syntax: gzip_vary on|off
default: gzip_vary off
context: http, server, location

Enables response header of "Vary: Accept-Encoding". Note that this header causes IE 4-6 not to cache the content due to a bug (see 2 ).



在那里,如果您只添加 gzip_vary on;,它应该可以完成工作。

另外,请确保您已激活gzip,gzip_static或gunzip中的任何一条指令。

关于nginx - 设置变量:接受编码 header (nginx),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6637678/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com