From a00250b4c2a53f9e17ac749e4f2f2029a890f24b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:17:11 +0200 Subject: Setting Cache-Control headers to "max-age=0, no-cache, no-store, no-transform, private". Signed-off-by: Daniel Baumann --- debian/config-dir/conf-available/no-cache.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/config-dir/conf-available/no-cache.conf (limited to 'debian/config-dir') diff --git a/debian/config-dir/conf-available/no-cache.conf b/debian/config-dir/conf-available/no-cache.conf new file mode 100644 index 0000000..daf3ba5 --- /dev/null +++ b/debian/config-dir/conf-available/no-cache.conf @@ -0,0 +1,5 @@ +# /etc/apache2/conf-available/no-cache.conf + + + Header always set Cache-Control "max-age=0, no-cache, no-store, no-transform, private" + -- cgit v1.2.3