From 8a99f26bd55fc4057ce4bdea23a477332d28cd05 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 24 Jan 2025 13:48:55 +0000 Subject: [PATCH] Added nocache headers to avoid caching issues when debugging --- caddy/Caddyfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index f867440..313dd90 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -17,13 +17,16 @@ } :80 { + header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0" import site } http://am-d-model.eu { + header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0" import site } am-d-model.eu { + header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0" import site }