From 2d542e9167eb740b2dceefbef28d333d3d889a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moira=20H=C3=B6sel?= Date: Sat, 27 May 2023 16:26:48 +0200 Subject: [PATCH] remove auth.infra4future.de --- hosts/parsons/lxc.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/parsons/lxc.nix b/hosts/parsons/lxc.nix index 2fdd8d7..ffb228b 100644 --- a/hosts/parsons/lxc.nix +++ b/hosts/parsons/lxc.nix @@ -27,10 +27,4 @@ enableACME = true; forceSSL = true; }; - - services.nginx.virtualHosts."auth.infra4future.de" = { - locations."/".proxyPass = "http://10.1.2.104:8080"; - enableACME = true; - forceSSL = true; - }; }