summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-07-23 15:25:47 -0400
committercyfraeviolae <cyfraeviolae>2024-07-23 15:25:47 -0400
commita29ead5343a8ac9b29ace24c5b2e066db52f951a (patch)
tree933f46f14445e8d34532abdb4d83c4459a0e02a7
parent95efb2e33a242bc41a0d6ee0a14dd4a2f17a0cf9 (diff)
cache
-rw-r--r--cyfraeviolae.conf4
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