1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-12-26 09:34:21 +01:00

fix nix readme to work with ipv6

This commit is contained in:
Jade 2023-05-25 18:21:01 +00:00
parent 533bccad8f
commit be9196430d

View file

@ -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/" = {