diff --git a/hosts/nachtigall/apps/collabora.nix b/hosts/nachtigall/apps/collabora.nix index e126fd0..b28c5c7 100644 --- a/hosts/nachtigall/apps/collabora.nix +++ b/hosts/nachtigall/apps/collabora.nix @@ -9,10 +9,13 @@ enableACME = true; forceSSL = true; - locations."/".extraConfig = '' - proxy_pass http://127.0.0.1:9980; - proxy_set_header Host $host; - ''; + locations."/" = { + proxyWebsockets = true; + extraConfig = '' + proxy_pass http://127.0.0.1:9980; + proxy_set_header Host $host; + ''; + }; }; virtualisation = {