From 009de7d398672ead4f7256b54e06c8c62d72ceb6 Mon Sep 17 00:00:00 2001 From: June Date: Sun, 14 Jan 2024 01:22:24 +0100 Subject: [PATCH] Actually use correct IP for git.hamburg.ccc.de --- .../configs/public-reverse-proxy/nginx/acme_challenge.conf | 2 +- .../chaosknoten/configs/public-reverse-proxy/nginx/nginx.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 7d1b7f9..a1edbbb 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 @@ -15,7 +15,7 @@ map $host $upstream_acme_challenge_host { spaceapi.hamburg.ccc.de 172.31.17.151:31820; zammad.hamburg.ccc.de 172.31.17.152:31820; c3cat.de 172.31.17.151:31820; - git.hamburg.ccc.de 172.31.17.151:31820; + git.hamburg.ccc.de 172.31.17.149: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 6843943..dd41993 100644 --- a/playbooks/files/chaosknoten/configs/public-reverse-proxy/nginx/nginx.conf +++ b/playbooks/files/chaosknoten/configs/public-reverse-proxy/nginx/nginx.conf @@ -34,7 +34,7 @@ stream { spaceapi.hamburg.ccc.de 172.31.17.151:8443; zammad.hamburg.ccc.de 172.31.17.152:8443; c3cat.de 172.31.17.151:8443; - git.hamburg.ccc.de 172.31.17.151:8443; + git.hamburg.ccc.de 172.31.17.149:8443; } server {