From e126c5d140fc62e0a40aeb797492d505daa5d1cf Mon Sep 17 00:00:00 2001 From: MichiK <michik@michik.net> Date: Mon, 28 Dec 2020 16:30:49 +0100 Subject: [PATCH] Disable caching for rc3 challenges --- host_vars/gabriel.c3heaven.de | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host_vars/gabriel.c3heaven.de b/host_vars/gabriel.c3heaven.de index 5ffcce7..b226c96 100644 --- a/host_vars/gabriel.c3heaven.de +++ b/host_vars/gabriel.c3heaven.de @@ -20,9 +20,11 @@ nginx_https_sites: config: |- root {{ website_deployment_path }}; location /img/ { + add_header Cache-Control no-cache; add_header Access-Control-Allow-Origin *; } location ~ /(.*)_galf_tseuq.html$ { + add_header Cache-Control no-cache; add_header Access-Control-Allow-Origin *; } - location: "~ /wiki(.*)$" -- GitLab