From 94eafe59d2d064bc139d5295e8bef6f43fc1c018 Mon Sep 17 00:00:00 2001 From: schweby Date: Thu, 18 Mar 2021 19:01:44 +0100 Subject: [PATCH] hainich/nginx: remove rc3 cluster site --- hosts/hainich/services/nginx.nix | 7 ------- 1 file changed, 7 deletions(-) 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 ];