From a5b364fbc1a2a06050a729a246bcdb447f31d13b Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Fri, 12 Jan 2024 18:51:42 +0000 Subject: [PATCH] empyrean: remove newtab vhost This doesn't appear to be used. I think the intake configuration overwrote it. --- machine/empyrean/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/machine/empyrean/default.nix b/machine/empyrean/default.nix index 5288be6..82cfb06 100644 --- a/machine/empyrean/default.nix +++ b/machine/empyrean/default.nix @@ -64,14 +64,6 @@ "www.ktvb.site" = static-site "www.ktvb.site"; "mirror.alogoulogoi.com" = static-site "mirror.alogoulogoi.com"; "www.alogoulogoi.com" = static-site "www.alogoulogoi.com"; - newtab = { - listen = [ { addr = "10.22.20.1"; port = 80; } ]; - root = "/srv/newtab/"; - extraConfig = '' - access_log /var/log/nginx/access_newtab.log; - index index.html; - ''; - }; # Deny all other subdomains "alogoulogoi.com" = { default = true;