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