diff --git a/hosts/hainich/services/nginx.nix b/hosts/hainich/services/nginx.nix index ad7f0ba..9a2f162 100644 --- a/hosts/hainich/services/nginx.nix +++ b/hosts/hainich/services/nginx.nix @@ -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 ];