fix nix readme to work with ipv6

askstate
Jade 1 year ago
parent 533bccad8f
commit be9196430d

@ -118,10 +118,19 @@ in
ssl = true;
}
{
addr = "[::]";
port = 443;
ssl = true;
} {
addr = "0.0.0.0";
port = 8448;
ssl = true;
}
{
addr = "[::]";
port = 8448;
ssl = true;
}
];
locations."/_matrix/" = {

Loading…
Cancel
Save