Report this

What is the reason for this report?

How to add "Expires" header for spaces?

Posted on October 14, 2020
UFO

By UFO

Target: adding “Expires” header.

I am not able to add “Expires” header to my spaces (objectstorage). I tried from DO GUI as well as from API - nothing works.

I can add metadata with having prefix “x-amz-meta-”.

I can see cache-control headers, but I want to add “Expires”. Can anyone help me?

Thanks



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Place all of the resources (such as images, scripts, etc.) that you would like to set far-future expirations for into the static folder and then add an . htaccess file to that folder that includes the expires headers. Place the rest of the resources that you do not want cached into the other folder

You can probably do what you want with the ‘Cache-Control’ header. Eg. ‘Cache-Control: public, max-age=31536000’ to tell browsers/CDNs to cache for one year.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.