diff --git a/public/.htaccess b/public/.htaccess index 373746f..cc858cb 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -79,6 +79,16 @@ Options -MultiViews ExpiresByType text/x-cross-domain-policy "access plus 1 week" +# Resolve cache issue + + +FileETag None +Header unset ETag +Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" +Header set Pragma "no-cache" +Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT" + + # Gzip compression