From 776b673a1c3c27ee0202d3f1c976963440bf44db Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 8 Mar 2025 09:41:06 +0100 Subject: [PATCH] remove fete.voorwaarts.nl from nginx --- hosts/nuos/configuration.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 2777422..f9122cb 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -302,16 +302,6 @@ "maintenance.noa.voorwaarts.nl" = proxy "noa.voorwaarts.nl" "http://192.168.42.5:5000/"; "map.noa.voorwaarts.nl" = proxy "noa.voorwaarts.nl" "http://127.0.0.1:8123/"; - "fete.voorwaarts.nl" = { - forceSSL = true; - enableACME = true; - extraConfig = extra; - locations."/" = { - proxyWebsockets = true; - proxyPass = "http://[::1]:22000"; - }; - }; - "itepastra.nl" = { forceSSL = true; enableACME = true;