From 9c5f591585f1c6a4d92b555b0c5896ad01872f77 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Fri, 12 May 2017 11:25:11 +0200 Subject: [PATCH] Caching wieder zugelassen. --- public/.htaccess | 7 ------- 1 file changed, 7 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 069fac25d..903f6392c 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,10 +1,3 @@ -FileETag None -<IfModule mod_headers.c> - Header unset ETag - Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" - Header set Pragma "no-cache" - Header set Expires "Mon, 1 Jan 2010 01:00:00 GMT" -</IfModule> <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -- GitLab