Configure reverse proxy for hamburg.ccc.de, staging and www
This replaces next, since the new website is now live.
This commit is contained in:
parent
2659796e8b
commit
98906db4bf
|
@ -12,7 +12,9 @@ map $host $upstream_acme_challenge_host {
|
||||||
matrix.hamburg.ccc.de 172.31.17.150:31820;
|
matrix.hamburg.ccc.de 172.31.17.150:31820;
|
||||||
element.hamburg.ccc.de 172.31.17.151:31820;
|
element.hamburg.ccc.de 172.31.17.151:31820;
|
||||||
branding-resources.hamburg.ccc.de 172.31.17.151:31820;
|
branding-resources.hamburg.ccc.de 172.31.17.151:31820;
|
||||||
next.hamburg.ccc.de 172.31.17.151:31820;
|
www.hamburg.ccc.de 172.31.17.151:31820;
|
||||||
|
hamburg.ccc.de 172.31.17.151:31820;
|
||||||
|
staging.hamburg.ccc.de 172.31.17.151:31820;
|
||||||
spaceapi.hamburg.ccc.de 172.31.17.151:31820;
|
spaceapi.hamburg.ccc.de 172.31.17.151:31820;
|
||||||
zammad.hamburg.ccc.de 172.31.17.152:31820;
|
zammad.hamburg.ccc.de 172.31.17.152:31820;
|
||||||
c3cat.de 172.31.17.151:31820;
|
c3cat.de 172.31.17.151:31820;
|
||||||
|
|
|
@ -31,7 +31,9 @@ stream {
|
||||||
matrix.hamburg.ccc.de 172.31.17.150:8443;
|
matrix.hamburg.ccc.de 172.31.17.150:8443;
|
||||||
element.hamburg.ccc.de 172.31.17.151:8443;
|
element.hamburg.ccc.de 172.31.17.151:8443;
|
||||||
branding-resources.hamburg.ccc.de 172.31.17.151:8443;
|
branding-resources.hamburg.ccc.de 172.31.17.151:8443;
|
||||||
next.hamburg.ccc.de 172.31.17.151:8443;
|
www.hamburg.ccc.de 172.31.17.151:8443;
|
||||||
|
hamburg.ccc.de 172.31.17.151:8443;
|
||||||
|
staging.hamburg.ccc.de 172.31.17.151:8443;
|
||||||
spaceapi.hamburg.ccc.de 172.31.17.151:8443;
|
spaceapi.hamburg.ccc.de 172.31.17.151:8443;
|
||||||
zammad.hamburg.ccc.de 172.31.17.152:8443;
|
zammad.hamburg.ccc.de 172.31.17.152:8443;
|
||||||
c3cat.de 172.31.17.151:8443;
|
c3cat.de 172.31.17.151:8443;
|
||||||
|
|
Loading…
Reference in a new issue