try to add Vary header
diff --git a/.htaccess b/.htaccess
index 28ea9cc..ba3683b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -6,6 +6,10 @@
 Header set Access-Control-Allow-Methods: "*"
 Header set Access-Control-Allow-Headers: "*"
 
+<FilesMatch "\.html$">
+  Header append Vary: "negotiate,accept-language,accept-charset"
+</FilesMatch>
+
 <IfModule mod_expires.c>
   ExpiresActive on