summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2020-05-17 14:52:45 +0200
committeruvok cheetah2020-05-17 14:52:45 +0200
commit224f0c7dd2e4491f9e32b2ef748b0949bf584e66 (patch)
tree4f7fc64de1ccaf717e3878695184fdc95bf7212b
parent317ffd7f6f711acb14ef7aa2a4b5278fd6457aad (diff)
Disable caching for index.html
-rw-r--r--.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..067bd24
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,3 @@
+<filesMatch "index.html$">
+Header set Cache-Control "max-age=86400, public"
+</filesMatch>