Compare commits
No commits in common. "165487884ccfda30a7836278b74ed0bcf33ac51f" and "7ca446457a227874d4c20fb46b279145d74e0f38" have entirely different histories.
165487884c
...
7ca446457a
2 changed files with 4 additions and 2 deletions
|
|
@ -84,6 +84,8 @@ map $host $upstream_acme_challenge_host {
|
|||
local.ccc.de 172.31.17.151:31820;
|
||||
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:31820;
|
||||
diday.org 172.31.17.151:31820;
|
||||
did.hamburg.ccc.de 172.31.17.151:31820;
|
||||
staging.did.hamburg.ccc.de 172.31.17.151:31820;
|
||||
default "";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ stream {
|
|||
resolver 212.12.50.158 192.76.134.90;
|
||||
|
||||
map $ssl_preread_server_name $address {
|
||||
hostnames;
|
||||
ccchoir.de ccchoir.hosts.hamburg.ccc.de:8443;
|
||||
www.ccchoir.de ccchoir.hosts.hamburg.ccc.de:8443;
|
||||
cloud.hamburg.ccc.de cloud.hosts.hamburg.ccc.de:8443;
|
||||
|
|
@ -102,8 +101,9 @@ stream {
|
|||
lokal.ccc.de 172.31.17.151:8443;
|
||||
local.ccc.de 172.31.17.151:8443;
|
||||
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:8443;
|
||||
did.hamburg.ccc.de 172.31.17.151:8443;
|
||||
diday.org 172.31.17.151:8443;
|
||||
*.staging.diday.org 172.31.17.151:8443;
|
||||
staging.did.hamburg.ccc.de 172.31.17.151:8443;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue