From 6c391b698045efcc56254845c96264e38f482a8f Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Sun, 3 Dec 2023 11:59:59 -0800 Subject: [PATCH] switch to miniflux full time --- provision/hosts/torus/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/hosts/torus/configuration.nix b/provision/hosts/torus/configuration.nix index c6701441..92ed040f 100644 --- a/provision/hosts/torus/configuration.nix +++ b/provision/hosts/torus/configuration.nix @@ -116,7 +116,7 @@ forceSSL = true; }; in { "rss.tstarr.us" = (SSL // { - locations."/".proxyPass = "http://localhost:8081/"; + locations."/".proxyPass = "http://localhost:8087/"; }); "home.tstarr.us" = (SSL // { locations."/".proxyPass = "http://localhost:8123/";