1
0
Fork 0
forked from fi/nix-infra
This commit is contained in:
fi 2026-04-07 22:20:28 +02:00
commit f73990a427
Signed by: fi
SSH key fingerprint: SHA256:dgX1HRsK+8F1OzYvKfv1VLhMJac/Iv/rsjixuV94+dA
3 changed files with 10 additions and 16 deletions

View file

@ -27,18 +27,12 @@ in
./element-web-config
];
};
listen = [
{
addr = "0.0.0.0";
port = 80;
}
{
addr = "0.0.0.0";
port = 8443;
ssl = true;
proxyProtocol = true;
}
];
listen = [{
addr = "0.0.0.0";
port = 8443;
ssl = true;
extraParameters = ["proxy_protocol"];
}];
# Set no-cache for the version, config and index.html
# so that browsers always check for a new copy of Element Web.