From f44e7e6acea55cd680e90941df4a175fa364f0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sat, 3 Feb 2018 23:14:16 +0100 Subject: [PATCH] mod_expires --- www/data/css/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 www/data/css/.htaccess diff --git a/www/data/css/.htaccess b/www/data/css/.htaccess new file mode 100644 index 0000000..afb4f2c --- /dev/null +++ b/www/data/css/.htaccess @@ -0,0 +1,4 @@ + +ExpiresActive On +ExpiresByType text/css "access 6 hours" + \ No newline at end of file