mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-17 13:00:50 +01:00
Merge branch 'next' into 'next'
fix nix readme to work with ipv6 See merge request famedly/conduit!475
This commit is contained in:
commit
0280fa5793
1 changed files with 9 additions and 0 deletions
|
@ -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…
Reference in a new issue