hainich/hasenloch: change domain to himmel.infra4future.de

This commit is contained in:
schweby 2021-04-09 22:49:37 +02:00
parent 7c04319456
commit 73bfa29896
No known key found for this signature in database
GPG key ID: B880491D046E2F87

View file

@ -17,10 +17,10 @@
sha256 = "1rfbbl69llb4nd6kpz1zqs9aqlfj3qkrp4qc58mzcs1ng3px30b9";
};
});
domain = "himmel.hacc.earth";
domain = "himmel.infra4future.de";
config = {
url = "https://himmel.hacc.earth";
url = "https://himmel.infra4future.de";
trusted_proxies = [ "${config.containers.hasenloch.hostAddress}/31" ];
rewrite_urls = true;
@ -78,7 +78,7 @@
};
services.nginx.recommendedProxySettings = true;
services.nginx.virtualHosts."himmel.hacc.earth" = {
services.nginx.virtualHosts."himmel.infra4future.de" = {
locations."/".proxyPass = "http://" + config.containers.hasenloch.localAddress;
forceSSL = true;
enableACME = true;