From 4634d35eb293519f38e181cf6a6411a17dd37523 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Wed, 24 Sep 2025 09:33:16 +0200 Subject: [PATCH] moved miniflux --- machines/elrond/routes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/elrond/routes.nix b/machines/elrond/routes.nix index d907674..0b1f4de 100644 --- a/machines/elrond/routes.nix +++ b/machines/elrond/routes.nix @@ -88,7 +88,7 @@ useACMEHost = config.networking.domain; locations."/" = { proxyWebsockets = true; - proxyPass = "http://100.84.215.84:8081"; + proxyPass = "http://100.84.215.84:8089"; }; #basicAuthFile = config.sops.secrets."nginx/defaultpass".path; };