Hello,
I just have noticed, that the response headers of my site return cache-control: no-store, private
I’d also like to send a Last-modifiedheader for the site, or even better for each page.
Unfortunately I seem to be too blind to find the right parts in the docs.
Do I set this in the cors part of `site/config.php`, or in a route hook, or somewhere else?