From ea84da9f4b89d949a1fd22ef46f9691b9c837931 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 7 Oct 2023 02:13:07 +0200 Subject: [PATCH] buzzrelay: add vhost test.fedi.buzz for testing --- hosts/buzzrelay/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/buzzrelay/default.nix b/hosts/buzzrelay/default.nix index cd68abcf..c9e12af2 100644 --- a/hosts/buzzrelay/default.nix +++ b/hosts/buzzrelay/default.nix @@ -41,6 +41,11 @@ enableACME = true; locations."/".proxyPass = "http://127.0.0.1:${toString config.services.buzzrelay.listenPort}/"; }; + virtualHosts."test.fedi.buzz" = { + forceSSL = true; + enableACME = true; + locations."/".proxyPass = "http://127.0.0.1:8081/"; + }; }; postgresql = {