nixos/mastodon: fix streaming path (#442462)

This commit is contained in:
Aleksana
2025-09-13 14:27:53 +08:00
committed by GitHub
+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;
};