services/matrix: Correct keepalive_requests thingy

This commit is contained in:
kat witch 2021-05-21 17:16:05 +01:00
parent f2dd2de4a0
commit 635706a236
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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 = {