From 24ae60a3fe199cd4ad034d2c0ffe5febb1d1e36f Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Mon, 5 Feb 2024 21:11:04 +0100 Subject: [PATCH] thrall: Forward /elfeed to elfeed-web on localhost --- hosts/thrall/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index 551b066..553aa9f 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -196,6 +196,11 @@ in { proxyPass = "http://127.0.0.1:8000/"; proxyWebsockets = true; }; + + locations."/elfeed" = { + proxyPass = "http://127.0.0.1:8080/elfeed"; + proxyWebsockets = true; + }; }; "www.jakalx.net" = {