fix: continuwuity port forwarding
This commit is contained in:
parent
8919152f67
commit
ff30395864
2 changed files with 22 additions and 2 deletions
|
|
@ -66,6 +66,19 @@ rec {
|
|||
port = 6167;
|
||||
ssl = true;
|
||||
allowExternConnections = true;
|
||||
listen = [
|
||||
{
|
||||
port = 80;
|
||||
}
|
||||
{
|
||||
port = 443;
|
||||
ssl = true;
|
||||
}
|
||||
{
|
||||
port = 8448;
|
||||
ssl = true;
|
||||
}];
|
||||
endpoints = ["/_matrix"];
|
||||
};
|
||||
domainOverride = "nudelerde.de";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue