mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 07:33:18 +02:00
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
![]() |
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";
|
||
|
}
|