It looks like all attachments on the forum have the following headers:
They make sure the attachments dont get cached on a CDN or the user's browser.
Why? Is there way to fix this through Xenforo settings or I need to overwrite these headers using Nginx?
Cache-Control: private, no-cache, max-age=0
Expires: Thu, 19 Nov 1981 08:52:00 GMT
They make sure the attachments dont get cached on a CDN or the user's browser.
Why? Is there way to fix this through Xenforo settings or I need to overwrite these headers using Nginx?