From f2a1154c651c5bf9ffc9efe3edaff45bbd9bc18b Mon Sep 17 00:00:00 2001 From: merrkry Date: Fri, 12 Sep 2025 21:16:03 +0200 Subject: [PATCH] nixos/mastodon: fix streaming path --- nixos/modules/services/web-apps/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/mastodon.nix b/nixos/modules/services/web-apps/mastodon.nix index cbe0175ac57a..6cd51efbf60a 100644 --- a/nixos/modules/services/web-apps/mastodon.nix +++ b/nixos/modules/services/web-apps/mastodon.nix @@ -1080,7 +1080,7 @@ in proxyWebsockets = true; }; - locations."/api/v1/streaming/" = { + locations."/api/v1/streaming" = { proxyPass = "http://mastodon-streaming"; proxyWebsockets = true; };