mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
9 lines
251 B
Django/Jinja
9 lines
251 B
Django/Jinja
map $is_client_cacheable $custom_expires {
|
|
default epoch;
|
|
1 7d;
|
|
}
|
|
map $is_client_cacheable $custom_cache_control {
|
|
default "no-cache, no-store, private";
|
|
1 "public, max-age=604800, must-revalidate, proxy-revalidate";
|
|
}
|