Migrate Engelsystem from ThinkCCCluster to Chaosknoten
This commit is contained in:
parent
993e2f2b81
commit
373b219031
7 changed files with 12 additions and 11 deletions
|
@ -7,7 +7,7 @@ server {
|
|||
# $remote_port to the client address and client port, when using proxy
|
||||
# protocol.
|
||||
# First set our proxy protocol proxy as trusted.
|
||||
set_real_ip_from 10.31.206.14;
|
||||
set_real_ip_from 172.31.17.140;
|
||||
# Then tell the realip_module to get the addreses from the proxy protocol
|
||||
# header.
|
||||
real_ip_header proxy_protocol;
|
|
@ -3,6 +3,7 @@ map $host $upstream_acme_challenge_host {
|
|||
pad.hamburg.ccc.de pad-intern.hamburg.ccc.de:31820;
|
||||
id.hamburg.ccc.de 172.31.17.144:31820;
|
||||
keycloak-admin.hamburg.ccc.de 172.31.17.144:31820;
|
||||
aes.ccchh.net 172.31.17.145:31820;
|
||||
default "";
|
||||
}
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ stream {
|
|||
pad.hamburg.ccc.de pad-intern.hamburg.ccc.de:8443;
|
||||
id.hamburg.ccc.de 172.31.17.144:8443;
|
||||
keycloak-admin.hamburg.ccc.de 172.31.17.144:8444;
|
||||
aes.ccchh.net 172.31.17.145:8443;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue