From f27bc853aa9d40c95d213f1bb3ce48f90d8be2b8 Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Sat, 20 Apr 2024 02:53:01 -0700 Subject: [PATCH] dont cache ogdo stuff on clients --- ogdo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ogdo.nix b/ogdo.nix index 6c8898f..25488d4 100644 --- a/ogdo.nix +++ b/ogdo.nix @@ -23,6 +23,7 @@ extraConfig = '' error_page 404 /; access_log /var/log/nginx/ogdo.log combined; + add_header 'Cache-Control' 'no-cache'; ''; locations."/" = { index = "/index.html"; };