We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c416e6b commit b877a4aCopy full SHA for b877a4a
nginx.conf.sample
@@ -112,7 +112,7 @@ location /static/ {
112
rewrite ^/static/version\d*/(.*)$ /static/$1 last;
113
}
114
115
- location ~* \.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs|js|css|eot|ttf|otf|woff|woff2|html|json)$ {
+ location ~* \.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs|js|css|eot|ttf|otf|woff|woff2|html|json|webmanifest)$ {
116
add_header Cache-Control "public";
117
add_header X-Frame-Options "SAMEORIGIN";
118
expires +1y;
0 commit comments