services/matrix: Fixes for weechat-matrix

This commit is contained in:
kat witch 2021-05-20 18:22:51 +01:00
parent 78de2b9e26
commit 916b56d2ff
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 5 additions and 1 deletions

View file

@ -117,6 +117,11 @@ with lib;
};
services.nginx.virtualHosts."kittywit.ch" = {
# allegedly fixes https://github.com/poljar/weechat-matrix/issues/240
extraConfig = ''
http2_max_requests 100000;
'';
locations = {
"/_matrix" = { proxyPass = "http://[::1]:8008"; };
"= /.well-known/matrix/server".extraConfig =