From b6f316254f362ca5c2f58bd3841d3d0b5beb3127 Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 5 Nov 2023 00:57:36 +0100 Subject: [PATCH] Add Reverse Proxy config for spaceapi.hamburg.ccc.de --- .../configs/public-reverse-proxy/nginx/acme_challenge.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/files/chaosknoten/configs/public-reverse-proxy/nginx/acme_challenge.conf b/playbooks/files/chaosknoten/configs/public-reverse-proxy/nginx/acme_challenge.conf index 85fb730..de6c953 100644 --- a/playbooks/files/chaosknoten/configs/public-reverse-proxy/nginx/acme_challenge.conf +++ b/playbooks/files/chaosknoten/configs/public-reverse-proxy/nginx/acme_challenge.conf @@ -11,6 +11,7 @@ map $host $upstream_acme_challenge_host { element.hamburg.ccc.de 172.31.17.151:31820; branding-resources.hamburg.ccc.de 172.31.17.151:31820; next.hamburg.ccc.de 172.31.17.151:31820; + spaceapi.hamburg.ccc.de 172.31.17.151:31820; default ""; }