From 311f5842fc3e6c415f4a42bbb0896fb51471b986 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Wed, 9 Jul 2025 07:15:35 +0200 Subject: [PATCH] fix: fix websockets for plausible --- machines/gustave/plausible.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/gustave/plausible.nix b/machines/gustave/plausible.nix index 308b6b1..480dcfd 100644 --- a/machines/gustave/plausible.nix +++ b/machines/gustave/plausible.nix @@ -15,6 +15,7 @@ forceSSL = true; enableACME = true; locations."/" = { + proxyWebsockets = true; proxyPass = "http://localhost:${toString config.services.plausible.server.port}"; }; };