Update to 2022-02-09 14:00

This commit is contained in:
Daniel Berteaud
2022-02-09 14:00:12 +01:00
parent 8f15d01cbe
commit 71a429c7a2
5 changed files with 26 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
map $is_cacheable $custom_expires {
map $is_client_cacheable $custom_expires {
default epoch;
1 7d;
}
map $is_cacheable $custom_cache_control {
map $is_client_cacheable $custom_cache_control {
default "no-cache, no-store, private";
1 "public, max-age=604800, must-revalidate, proxy-revalidate";
}