hainich/nginx: remove rc3 cluster site

This commit is contained in:
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

View file

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