summaryrefslogtreecommitdiffstats
path: root/debian/config-dir/conf-available/no-cache.conf
blob: daf3ba5fa13f67fe64955fa3bbd82db44b17e3e9 (plain)
1
2
3
4
5
# /etc/apache2/conf-available/no-cache.conf

<IfModule mod_headers.c>
	Header always set Cache-Control "max-age=0, no-cache, no-store, no-transform, private"
</IfModule>