From 224f0c7dd2e4491f9e32b2ef748b0949bf584e66 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 17 May 2020 14:52:45 +0200 Subject: Disable caching for index.html --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..067bd24 --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ + +Header set Cache-Control "max-age=86400, public" + -- cgit v1.2.3