From b05b580ef87fc5ccaf4e5c27c9c4e9d64d091b8d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 10 Nov 2024 22:37:36 +0100 Subject: [PATCH] feat: adds websockets so that sharkey works --- modules/services/sharkey-proxy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/sharkey-proxy.nix b/modules/services/sharkey-proxy.nix index f2e54a6..4eddaf2 100644 --- a/modules/services/sharkey-proxy.nix +++ b/modules/services/sharkey-proxy.nix @@ -6,6 +6,7 @@ forceSSL = true; locations."/" = { proxyPass = "http://localhost:3000"; + proxyWebsockets = true; }; }; };