Object storage static website cache control
I'm testing static website in object storage. I have some heavy static assets, I would like the client browser doesn't download it on every page request.
I set the the header to the assets files like this:
Cache-Control: public, max-age=604800, immutable
But client browser is downloading it in every request. Some idea?
Thank you
1 Reply
This may help you out:
— sw