From 82aaad0bdeb9e1edc675be0828153a505d1f2e30 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Thu, 2 Nov 2023 15:48:49 -0600 Subject: [PATCH] tatooine: send matrix traffic through hungryserv Signed-off-by: Sumner Evans --- host-configurations/tatooine.nix | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/host-configurations/tatooine.nix b/host-configurations/tatooine.nix index 7035b7c..696a4fe 100644 --- a/host-configurations/tatooine.nix +++ b/host-configurations/tatooine.nix @@ -67,31 +67,12 @@ error_page 502 /50x.html; ''; - locations = { - "/50x.html".root = "/usr/share/nginx/html"; - - # Roomserv - "/" = { - recommendedProxySettings = true; - proxyPass = "http://localhost:8007"; - }; - }; - }; - virtualHosts."hungryserv.tatooine.sumnerevans.com" = { - addSSL = true; - enableACME = true; - - extraConfig = '' - error_page 502 /50x.html; - ''; - locations = { "/50x.html".root = "/usr/share/nginx/html"; # Hungryserv "/" = { recommendedProxySettings = true; - proxyWebsockets = true; proxyPass = "http://localhost:8009"; }; };