diff options
-rw-r--r-- | cyfraeviolae.conf | 4 |
1 files 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 |