Actually use an IP, which isn't already in use by another service

This commit is contained in:
June 2024-01-14 02:33:59 +01:00
commit 586254c147
2 changed files with 2 additions and 2 deletions

View file

@ -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 "";
}