fix endpoints
This commit is contained in:
parent
44d2263bdf
commit
df9367d12f
2 changed files with 2 additions and 1 deletions
|
|
@ -78,6 +78,7 @@ rec {
|
||||||
port = 8448;
|
port = 8448;
|
||||||
ssl = true;
|
ssl = true;
|
||||||
}];
|
}];
|
||||||
|
endpoints = ["/_matrix/"];
|
||||||
};
|
};
|
||||||
domainOverride = "nudelerde.de";
|
domainOverride = "nudelerde.de";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ let
|
||||||
locationsData = builtins.listToAttrs (map (endpointName: {
|
locationsData = builtins.listToAttrs (map (endpointName: {
|
||||||
name = endpointName;
|
name = endpointName;
|
||||||
value = {
|
value = {
|
||||||
proxyPass = "http://127.0.0.1:${builtins.toString service.reverse_proxy.port}/";
|
proxyPass = "http://127.0.0.1:${builtins.toString service.reverse_proxy.port}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
}) locationList);
|
}) locationList);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue