mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-22 16:38:54 +00:00
4 lines
109 B
Text
4 lines
109 B
Text
|
|
map $uri $cache_control {
|
||
|
|
default "";
|
||
|
|
"~\.({{ CLIENT_CACHE_EXTENSIONS }})$" "{{ CLIENT_CACHE_CONTROL }}";
|
||
|
|
}
|