mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
services/matrix: Correct keepalive_requests thingy
This commit is contained in:
parent
f2dd2de4a0
commit
635706a236
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue