bunkerweb/core/clientcache/confs/http/client-cache.conf

4 lines
109 B
Text
Raw Normal View History

2022-06-03 15:24:14 +00:00
map $uri $cache_control {
default "";
"~\.({{ CLIENT_CACHE_EXTENSIONS }})$" "{{ CLIENT_CACHE_CONTROL }}";
}