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; };