From 126ee83f090cc2067609bf0248b495b1bd6d411e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 20 Apr 2025 23:01:09 -0400 Subject: [PATCH] Infini-DL360/hedgedoc: proxy websockets --- hosts/Infini-DL360/hedgedoc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Infini-DL360/hedgedoc.nix b/hosts/Infini-DL360/hedgedoc.nix index 9dec1cd..98414b6 100644 --- a/hosts/Infini-DL360/hedgedoc.nix +++ b/hosts/Infini-DL360/hedgedoc.nix @@ -43,6 +43,7 @@ in services.nginx.virtualHosts.${domain} = common.nginx.ssl-inx // { locations."/" = { proxyPass = "http://${cfg.settings.host}:${toString cfg.settings.port}"; + proxyWebsockets = true; }; };