2021-12-01 19:13:34 +01:00

9 lines
237 B
Django/Jinja

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