From: Joern-Ingo Weigert Date: Mon, 4 Mar 2013 21:04:34 +0000 (+0100) Subject: Enable private caching X-Git-Tag: v2.13-core68~2^2~43^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43ae64f998b82200c6249c002b4d08503c50787;p=ipfire-2.x.git Enable private caching --- diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index bbb0eca79c..91b54fc387 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -161,8 +161,7 @@ sub genmenu { sub showhttpheaders { - print "Pragma: no-cache\n"; - print "Cache-control: no-cache\n"; + print "Cache-control: private\n"; print "Connection: close\n"; print "Content-type: text/html\n\n"; }