Add reverse proxy config for woodpecker.hamburg.ccc.de

This commit is contained in:
June 2024-06-22 02:11:14 +02:00
parent 647c2fc005
commit 1e25ebf1e9
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@ map $host $upstream_acme_challenge_host {
www.easterhegg2011.hamburg.ccc.de 172.31.17.151:31820; www.easterhegg2011.hamburg.ccc.de 172.31.17.151:31820;
hacker.tours 172.31.17.151:31820; hacker.tours 172.31.17.151:31820;
staging.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 ""; default "";
} }

View file

@ -75,6 +75,7 @@ stream {
www.easterhegg2011.hamburg.ccc.de 172.31.17.151:8443; www.easterhegg2011.hamburg.ccc.de 172.31.17.151:8443;
hacker.tours 172.31.17.151:8443; hacker.tours 172.31.17.151:8443;
staging.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 { server {