We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70fff07 + 6ab25dd commit 5b232afCopy full SHA for 5b232af
1 file changed
sites-available/matomo.conf
@@ -68,7 +68,7 @@ server {
68
add_header Cache-Control 'private, no-cache, no-store';
69
}
70
71
- location ~ \.(gif|ico|jpg|png|svg|js|css|htm|html|mp3|mp4|wav|ogg|avi|ttf|eot|woff|woff2|json)$ {
+ location ~ \.(gif|ico|jpg|png|svg|js|css|htm|html|mp3|mp4|wav|ogg|avi|ttf|eot|woff|woff2)$ {
72
allow all;
73
## Cache images,CSS,JS and webfonts for an hour
74
## Increasing the duration may improve the load-time, but may cause old files to show after an Matomo upgrade
0 commit comments