docs: document image cache-control defaults
This commit is contained in:
parent
abdfd2e3f9
commit
dc7eb77fad
@ -25,3 +25,8 @@ DB_POOL_SIZE=20
|
|||||||
|
|
||||||
# SSR page cache duration in seconds (default: 3600)
|
# SSR page cache duration in seconds (default: 3600)
|
||||||
SSR_CACHE_SECS=3600
|
SSR_CACHE_SECS=3600
|
||||||
|
|
||||||
|
# Image serving cache headers
|
||||||
|
# Uploaded image assets are served with Cache-Control: public, max-age=31536000, immutable.
|
||||||
|
# Processed variants (?w=, ?format=, etc.) are cached for 24 hours.
|
||||||
|
# To force browsers to refresh, change the URL or restart the server.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user