mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
4 lines
No EOL
136 B
Text
4 lines
No EOL
136 B
Text
map $uri $cache_control {
|
|
default "";
|
|
"~\.(jpg|jpeg|png|bmp|ico|svg|tif|css|js|otf|ttf|eot|woff|woff2)$" "public, max-age=15552000";
|
|
} |