thrall: Forward /elfeed to elfeed-web on localhost

This commit is contained in:
Alexander Kobjolke 2024-02-05 21:11:04 +01:00
parent c308c70205
commit 24ae60a3fe

View file

@ -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" = {