From 08200d99fd2bc3a3c8ca1e490e5341d3aa01f232 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Thu, 23 Feb 2023 17:12:47 +0100 Subject: web: quentin: set Cache-Control to no-cache --- config/services/web/quentin/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/services/web/quentin/default.nix b/config/services/web/quentin/default.nix index f68e71c..5e76d79 100644 --- a/config/services/web/quentin/default.nix +++ b/config/services/web/quentin/default.nix @@ -9,6 +9,9 @@ }}"; forceSSL = true; enableACME = true; + extraConfig = '' + add_header Cache-Control no-cache; + ''; }; # automatically fetch (non-structural) website updates when updating the system -- cgit v1.2.3