nixos/mastodon: fix streaming path

This commit is contained in:
merrkry
2025-09-12 21:18:01 +02:00
parent eab6ae1bd4
commit f2a1154c65
+1 -1
View File
@@ -1080,7 +1080,7 @@ in
proxyWebsockets = true;
};
locations."/api/v1/streaming/" = {
locations."/api/v1/streaming" = {
proxyPass = "http://mastodon-streaming";
proxyWebsockets = true;
};