From 4360a7431f1f0bb13a6a5ccd3008260cf8014bcf Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 24 Jan 2025 15:59:35 +0000 Subject: [PATCH] Returned caddyfile to production state --- caddy/Caddyfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index a9e4da5..38e8de1 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -3,12 +3,6 @@ } (site) { - log { - output stderr - format console - level DEBUG - } - @landing { path / /contact* /about* } @@ -30,16 +24,13 @@ } :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 }