From a29ead5343a8ac9b29ace24c5b2e066db52f951a Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Tue, 23 Jul 2024 15:25:47 -0400 Subject: cache --- cyfraeviolae.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf index 637121d..ec98c7a 100644 --- a/cyfraeviolae.conf +++ b/cyfraeviolae.conf @@ -106,7 +106,7 @@ server { location / { root /srv/quietreading; expires 1h; - add_header Cache-Control "public"; + add_header Cache-Control "public, no-cache"; } location /hosts { @@ -118,7 +118,7 @@ server { location = /404.html { root /srv/quietreading; expires 1h; - add_header Cache-Control "public"; + add_header Cache-Control "public, no-cache"; } listen 443 ssl; # managed by Certbot -- cgit v1.2.3