forked from hacc/haccfiles
hainich/hasenloch: change domain to himmel.infra4future.de
This commit is contained in:
parent
7c04319456
commit
73bfa29896
1 changed files with 3 additions and 3 deletions
|
@ -17,10 +17,10 @@
|
||||||
sha256 = "1rfbbl69llb4nd6kpz1zqs9aqlfj3qkrp4qc58mzcs1ng3px30b9";
|
sha256 = "1rfbbl69llb4nd6kpz1zqs9aqlfj3qkrp4qc58mzcs1ng3px30b9";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
domain = "himmel.hacc.earth";
|
domain = "himmel.infra4future.de";
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
url = "https://himmel.hacc.earth";
|
url = "https://himmel.infra4future.de";
|
||||||
trusted_proxies = [ "${config.containers.hasenloch.hostAddress}/31" ];
|
trusted_proxies = [ "${config.containers.hasenloch.hostAddress}/31" ];
|
||||||
rewrite_urls = true;
|
rewrite_urls = true;
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.recommendedProxySettings = true;
|
services.nginx.recommendedProxySettings = true;
|
||||||
services.nginx.virtualHosts."himmel.hacc.earth" = {
|
services.nginx.virtualHosts."himmel.infra4future.de" = {
|
||||||
locations."/".proxyPass = "http://" + config.containers.hasenloch.localAddress;
|
locations."/".proxyPass = "http://" + config.containers.hasenloch.localAddress;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Reference in a new issue