I'm using Loopback as an backend API, and also using Storage component as an CDN to upload and download image and sound file for my website. My website using a lot of image from that. But all the image files is not cach-enable.
I want to enable cache by adding a "Cache-Control:max-age=2678400" header to the file but don't know how to do it. Can someone help me or suggest any better solution. I really appreciate it.
Thank you!