2021-08-20 13:37:20 -04:00
|
|
|
|
|
|
|
|
# /assets folder contain Webpack processed assets with a file hash
|
|
|
|
|
# They are safe for immutable caching, as filename change when content change
|
|
|
|
|
|
|
|
|
|
/assets/*
|
2022-01-19 06:10:18 -05:00
|
|
|
Cache-Control: public
|
|
|
|
|
Cache-Control: max-age=365000000
|
|
|
|
|
Cache-Control: immutable
|
2021-08-20 13:37:20 -04:00
|
|
|
|
|
|
|
|
/fr/assets/*
|
2022-01-19 06:10:18 -05:00
|
|
|
Cache-Control: public
|
|
|
|
|
Cache-Control: max-age=365000000
|
|
|
|
|
Cache-Control: immutable
|
2021-08-20 13:37:20 -04:00
|
|
|
|
|
|
|
|
/pt-BR/assets/*
|
2022-01-19 06:10:18 -05:00
|
|
|
Cache-Control: public
|
|
|
|
|
Cache-Control: max-age=365000000
|
|
|
|
|
Cache-Control: immutable
|
2021-08-20 13:37:20 -04:00
|
|
|
|
|
|
|
|
/ko/assets/*
|
2022-01-19 06:10:18 -05:00
|
|
|
Cache-Control: public
|
|
|
|
|
Cache-Control: max-age=365000000
|
|
|
|
|
Cache-Control: immutable
|
2021-08-20 13:37:20 -04:00
|
|
|
|
|
|
|
|
/zh-CN/assets/*
|
2022-01-19 06:10:18 -05:00
|
|
|
Cache-Control: public
|
|
|
|
|
Cache-Control: max-age=365000000
|
|
|
|
|
Cache-Control: immutable
|