From d7c8a425de817fcc1e4163ce266eac2554e4b758 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 15 May 2022 15:47:28 -0500 Subject: [PATCH] Disable max-age cache on isso --- conf.d/isso.bbaovanc.com | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf.d/isso.bbaovanc.com b/conf.d/isso.bbaovanc.com index 2ee844c..4793ce9 100644 --- a/conf.d/isso.bbaovanc.com +++ b/conf.d/isso.bbaovanc.com @@ -5,7 +5,9 @@ isso.bbaovanc.com { import hsts import log - reverse_proxy localhost:86 + reverse_proxy localhost:86 { + header_down Cache-Control no-cache + } import basicerrors }