bunkerweb/bw/temp_nginx/http/client-cache.conf
2022-10-19 17:37:13 +02:00

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";
}