mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
don't cache zip files
This commit is contained in:
parent
959d2c51f3
commit
39627ce26f
@ -425,6 +425,11 @@ export const s3 = () => {
|
||||
cacheTime: 0
|
||||
},
|
||||
|
||||
// all zip files, not cached
|
||||
'^.+\\.zip': {
|
||||
cacheTime: 0
|
||||
},
|
||||
|
||||
// font mime types
|
||||
'\.ttf$': {
|
||||
key: '$&',
|
||||
|
Loading…
Reference in New Issue
Block a user