Migrate Wiki from ThinkCCCluster to Chaosknoten

Also do the redirect for DNS cache stuff like with aes.
This commit is contained in:
June 2023-08-11 01:59:34 +02:00 committed by julian
commit d16da59fd7
8 changed files with 12 additions and 10 deletions

View file

@ -17,11 +17,11 @@ events {
stream {
map $ssl_preread_server_name $first_jump {
aes.ccchh.net 212.12.48.125:443;
wiki.ccchh.net 212.12.48.125:443;
default 127.0.0.1:9443;
}
map $ssl_preread_server_name $address {
wiki.ccchh.net 10.31.206.13:8443;
default 127.0.0.1:8443;
}