mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
10 lines
236 B
Plaintext
10 lines
236 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
|
|
|