From b4e89165343c5d25c67f11b2cb40c12826c8cd1c Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 6 Jan 2024 21:54:36 +0000 Subject: [PATCH] Fix streaming socket path --- mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon.nix b/mastodon.nix index 2efa07b..3535b91 100644 --- a/mastodon.nix +++ b/mastodon.nix @@ -135,7 +135,7 @@ in { } handle /api/v1/streaming* { - reverse_proxy unix//run/mastodon-streaming/streaming.socket + reverse_proxy unix//run/mastodon-streaming/streaming-1.socket } handle /api/v0/auth* {