Open rkhamis opened 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"
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"