From 635706a236374a7fb36a36fd37fcc005c663fd9d Mon Sep 17 00:00:00 2001 From: kat witch Date: Fri, 21 May 2021 17:16:05 +0100 Subject: [PATCH] services/matrix: Correct keepalive_requests thingy --- services/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/matrix.nix b/services/matrix.nix index b822d58a..1773c751 100644 --- a/services/matrix.nix +++ b/services/matrix.nix @@ -119,7 +119,7 @@ with lib; services.nginx.virtualHosts."kittywit.ch" = { # allegedly fixes https://github.com/poljar/weechat-matrix/issues/240 extraConfig = '' - http2_max_requests 100000; + keepalive_requests 100000; ''; locations = {