fix allow extern ssl connections
This commit is contained in:
parent
86bbed9f4e
commit
57f02e2dbe
2 changed files with 9 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ rec {
|
|||
reverse_proxy = {
|
||||
port = 6167;
|
||||
ssl = true;
|
||||
allowExternConnections = true;
|
||||
endpoints = ["/_matrix"];
|
||||
};
|
||||
domainOverride = "v2202603344638441294.bestsrv.de";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue