Hello,
we use Litespeed to minify css and js data in our origin server. We can see in response header that these files have
cache-control: no-store, no-cache, must-revalidate
We also use Cloudflare as a proxy server and these data where BYPASS these files due to the cache-control
We would like to let Cloudflare cache these minified css and js files. So, to permit Cloudflare to cache these minified data from Litespeed we want to change the cache-control header. How is this possible?
Thank you in advance!
we use Litespeed to minify css and js data in our origin server. We can see in response header that these files have
cache-control: no-store, no-cache, must-revalidate
We also use Cloudflare as a proxy server and these data where BYPASS these files due to the cache-control
We would like to let Cloudflare cache these minified css and js files. So, to permit Cloudflare to cache these minified data from Litespeed we want to change the cache-control header. How is this possible?
Thank you in advance!