gpt4 book ai didi

Varnish 4 不支持缓存控制 : must-revalidate

转载 作者:行者123 更新时间:2023-12-03 17:45:12 24 4
gpt4 key购买 nike

我正在尝试使Varnish与最后修改的 header 一起使用,但是无论我做什么,我的页面都会在120年代被缓存,并且Varnish永远不会使用后端进行验证。

我的后端正在发送这些 header :

Cache-Control: must-revalidate, proxy-revalidate, public, stale-while-revalidate=0
Last-Modified: Fri, 22 Jan 2016 03:32:33 GMT

当我记录击中对象的TTL时,其值始终设置为120s。

我使用的是vart 4的默认VCL 配置

问候,

编辑:经过一些搜索,我发现120s是Varnish的默认ttl值。但是,为什么他忽略了最后修改的内容?

最佳答案

设置Cache-Control header 的“s-maxage”或“max-age”属性:

beresp.ttl is initialized with the first value it finds among:

The s-maxage variable in the Cache-Control response header field
The max-age variable in the Cache-Control response header field
The Expires response header field
The default_ttl parameter.


另请: http://book.varnish-software.com/4.0/chapters/VCL_Built_in_Subroutines.html#the-initial-value-of-beresp-ttl

关于Varnish 4 不支持缓存控制 : must-revalidate,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34938706/

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