mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-12 04:55:06 -05:00
14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
|
|
# /assets folder contain processed assets with a file hash
|
|
# They are safe for immutable caching, as filename change when content change
|
|
|
|
/assets/*
|
|
Cache-Control: public
|
|
Cache-Control: max-age=365000000
|
|
Cache-Control: immutable
|
|
|
|
/img/*
|
|
Cache-Control: public
|
|
Cache-Control: max-age=604800
|
|
Cache-Control: immutable
|