bunkerweb/core/clientcache/confs/http/client-cache.conf
2022-06-03 17:24:14 +02:00

4 lines
109 B
Plaintext

map $uri $cache_control {
default "";
"~\.({{ CLIENT_CACHE_EXTENSIONS }})$" "{{ CLIENT_CACHE_CONTROL }}";
}