Skip to content

Commit 5b232af

Browse files
authored
Merge pull request #70 from simpaa/RemoveJsonFromList
Remove json files from static file list to serve
2 parents 70fff07 + 6ab25dd commit 5b232af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sites-available/matomo.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ server {
6868
add_header Cache-Control 'private, no-cache, no-store';
6969
}
7070

71-
location ~ \.(gif|ico|jpg|png|svg|js|css|htm|html|mp3|mp4|wav|ogg|avi|ttf|eot|woff|woff2|json)$ {
71+
location ~ \.(gif|ico|jpg|png|svg|js|css|htm|html|mp3|mp4|wav|ogg|avi|ttf|eot|woff|woff2)$ {
7272
allow all;
7373
## Cache images,CSS,JS and webfonts for an hour
7474
## Increasing the duration may improve the load-time, but may cause old files to show after an Matomo upgrade

0 commit comments

Comments
 (0)