From 1e25ebf1e9cbffb05f2623ed44da0d1c472d213e Mon Sep 17 00:00:00 2001 From: June Date: Sat, 22 Jun 2024 02:11:14 +0200 Subject: [PATCH] Add reverse proxy config for woodpecker.hamburg.ccc.de --- .../configs/public-reverse-proxy/nginx/acme_challenge.conf | 1 + .../chaosknoten/configs/public-reverse-proxy/nginx/nginx.conf | 1 + 2 files changed, 2 insertions(+) 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 ee42e9d..aabab4a 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 @@ -57,6 +57,7 @@ map $host $upstream_acme_challenge_host { www.easterhegg2011.hamburg.ccc.de 172.31.17.151:31820; hacker.tours 172.31.17.151:31820; staging.hacker.tours 172.31.17.151:31820; + woodpecker.hamburg.ccc.de 172.31.17.160:31820; default ""; } diff --git a/playbooks/files/chaosknoten/configs/public-reverse-proxy/nginx/nginx.conf b/playbooks/files/chaosknoten/configs/public-reverse-proxy/nginx/nginx.conf index 37bad69..77c6b14 100644 --- a/playbooks/files/chaosknoten/configs/public-reverse-proxy/nginx/nginx.conf +++ b/playbooks/files/chaosknoten/configs/public-reverse-proxy/nginx/nginx.conf @@ -75,6 +75,7 @@ stream { www.easterhegg2011.hamburg.ccc.de 172.31.17.151:8443; hacker.tours 172.31.17.151:8443; staging.hacker.tours 172.31.17.151:8443; + woodpecker.hamburg.ccc.de 172.31.17.160:8443; } server {