gpt4 book ai didi

caching - NGINX `expires -1` 指令中的 `location` 是什么意思?

转载 作者:行者123 更新时间:2023-12-02 14:25:05 24 4
gpt4 key购买 nike

根据下面的 location 示例,-1 对于 expires 意味着什么?这是否意味着“永不过期”或“永不缓存”?

# cache.appcache, your document html and data
location ~* \.(?:manifest|appcache|html?|xml|json)$ {
expires -1;
access_log logs/static.log;
}

https://github.com/h5bp/server-configs-nginx/blob/b935688c2b/h5bp/location/expires.conf

最佳答案

根据nginx manual ,此指令将 ExpiresCache-Control HTTP header 添加到响应中。

Value -1 表示这些 header 设置为:

Expires: current time minus 1 second

Cache-Control: no-cache

总之,它指示浏览器不要缓存文档。

关于caching - NGINX `expires -1` 指令中的 `location` 是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30921598/

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