Skip to content
Snippets Groups Projects
Commit b81f1839 authored by Jens Nolte's avatar Jens Nolte
Browse files

Update matrix-homeserver; fix required nginx configuration

parent 2b0da645
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,11 @@
},
"matrix-homeserver": {
"locked": {
"lastModified": 1637280661,
"narHash": "sha256-ruWnEEg/tOZqF3RKaGKjKU/KToQIQgHg5ts8Mu9XFEs=",
"lastModified": 1637720736,
"narHash": "sha256-bO7rfzqyKUjF7FraBJuIRzG80eX8dT0NX+HJK7UI2iQ=",
"owner": "queezle42",
"repo": "matrix-homeserver",
"rev": "4d49430eae3f86a5502b85490bb6feeabffd6bf1",
"rev": "a9b94351650771f0cfc529a6a9099a11d0599718",
"type": "github"
},
"original": {
......
{ ... }:
{
#services.nginx = {
# enable = true;
services.nginx = {
enable = true;
# appendHttpConfig = ''
# sendfile on;
# keepalive_timeout 65;
# types_hash_max_size 4096;
# server_names_hash_bucket_size 128;
# '';
#};
appendHttpConfig = ''
sendfile on;
types_hash_max_size 4096;
server_names_hash_bucket_size 128;
'';
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment