rkhamis / testmigration

0 stars 0 forks source link

caching headers, set css, js as must validate #99

Open rkhamis opened 9 years ago

rkhamis commented 9 years ago

as we do updates regularly, can we make sure the portal and the proxy are avoiding caching, this can be done by finetuning the caching headers

apache example:

<filesMatch ".(css|js|pdf)$"> Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"