modules: services: matrix: register dummy vhosts
This is simply to make use of my infrastructure for port collision detection.
This commit is contained in:
parent
52413dcaf7
commit
b4b9b54f75
|
@ -117,6 +117,15 @@ in
|
|||
};
|
||||
};
|
||||
}
|
||||
# Dummy VHosts for port collision detection
|
||||
{
|
||||
subdomain = "matrix-federation";
|
||||
port = federationPort.private;
|
||||
}
|
||||
{
|
||||
subdomain = "matrix-client";
|
||||
port = clientPort.private;
|
||||
}
|
||||
];
|
||||
|
||||
# Those are too complicated to use my wrapper...
|
||||
|
|
Loading…
Reference in a new issue