hainich/nginx: remove rc3 cluster site

keep-around/233ffdd769b718ec977424d7edc9abc55a4d9c4d
schweby 2021-03-18 19:01:44 +01:00
parent dbbdde76c7
commit 94eafe59d2
No known key found for this signature in database
GPG Key ID: 3A489DBB732B9614
1 changed files with 0 additions and 7 deletions

View File

@ -11,11 +11,6 @@
# services.nginx.recommendedProxySettings = true;
services.nginx.virtualHosts = let
rc3clustersite = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "https://stuebinm.4future.dev/about-future-website/";
};
in {
"hainich.hacc.space" = {
enableACME = true;
@ -26,8 +21,6 @@
};
};
};
"freedom.rc3.io" = rc3clustersite;
"future.rc3.io" = rc3clustersite;
};
networking.firewall.allowedTCPPorts = [ 1935 ];