From 586254c14754b63d6f1228d04633ac524318b37e Mon Sep 17 00:00:00 2001 From: June Date: Sun, 14 Jan 2024 02:33:59 +0100 Subject: [PATCH] Actually use an IP, which isn't already in use by another service --- .../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 a1edbbb..e04696c 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.149:31820; + git.hamburg.ccc.de 172.31.17.154: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 dd41993..8d89b01 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.149:8443; + git.hamburg.ccc.de 172.31.17.154:8443; } server {