4 lines
109 B
Plaintext
4 lines
109 B
Plaintext
map $uri $cache_control {
|
|
default "";
|
|
"~\.({{ CLIENT_CACHE_EXTENSIONS }})$" "{{ CLIENT_CACHE_CONTROL }}";
|
|
} |