From c5d5b29e36208cd9d2e672359f9795f50a5f9fc3 Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Sat, 5 Aug 2023 16:51:54 -0500 Subject: [PATCH] prevent browser caching --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 03b39fe..89eab2b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -37,6 +37,7 @@ http { root /app; index index.html; try_files $uri $uri/ /eo-services/index.html; + add_header Cache-Control 'no-store'; } location /mirror {