We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cd7ac9 + f89f019 commit daf0883Copy full SHA for daf0883
config/nginx.conf.erb
@@ -56,7 +56,7 @@ http {
56
"~^(?P<path>[^?]*)(\?.*)?$" $path;
57
}
58
map $request_uri_path $implied_cache_control {
59
- "~\.(?:png|jpg|svg|webp|ttf|css|js|js\.map)$" "public, max-age=31536000";
+ "~\.(?:png|jpg|svg|webp|ttf|woff2|css|js|js\.map)$" "public, max-age=31536000";
60
default "public, max-age=0, s-maxage=31536000";
61
62
0 commit comments