Update dependencies

This commit is contained in:
Charlotte Van Petegem 2022-10-28 10:55:04 +02:00
parent 220421c5df
commit a92c58cda6
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 43 additions and 94 deletions

View file

@ -67,14 +67,17 @@
{
fqdn = "vanpetegem.me";
options = {
locations = let matrixRedirect = {
proxyPass = "http://127.0.0.1:8448";
extraConfig = ''
proxy_read_timeout 600;
client_max_body_size 10M;
proxy_set_header X-Forwarded-Ssl on;
'';
}; in
locations =
let
matrixRedirect = {
proxyPass = "http://127.0.0.1:8448";
extraConfig = ''
proxy_read_timeout 600;
client_max_body_size 10M;
proxy_set_header X-Forwarded-Ssl on;
'';
};
in
{
"/_matrix" = matrixRedirect;
"/.well-known/matrix" = {