We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d08d5b6 + ccd1d4c commit 7a9c21cCopy full SHA for 7a9c21c
config/nginx.conf.erb
@@ -40,7 +40,7 @@ http {
40
"~^(?P<path>[^?]*)(\?.*)?$" $path;
41
}
42
map $request_uri_path $implied_cache_control {
43
- "~\.(?:png|jpg|svg|css|js|js\.map)$" "public, max-age=31536000";
+ "~\.(?:png|jpg|svg|webp|ttf|css|js|js\.map)$" "public, max-age=31536000";
44
default "public, max-age=0, s-maxage=31536000";
45
46
0 commit comments