mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
prevent caching of pdf files on S3
This commit is contained in:
parent
f1de983712
commit
ab47e1126b
@ -355,6 +355,11 @@ gulp.task('deploy', function() {
|
|||||||
cacheTime: 0,
|
cacheTime: 0,
|
||||||
gzip: true
|
gzip: true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// all pdf files, not cached
|
||||||
|
'^.+\\.pdf': {
|
||||||
|
cacheTime: 0
|
||||||
|
},
|
||||||
|
|
||||||
// font mime types
|
// font mime types
|
||||||
'\.eot$': {
|
'\.eot$': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user