fix continuwuity settings from conduit > new name
This commit is contained in:
parent
1c9764f8fd
commit
2601555ac7
1 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
# Configure Conduit itself
|
# Configure continuwuity itself
|
||||||
services.matrix-continuwuity = {
|
services.matrix-continuwuity = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
@ -91,7 +91,7 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
locations."/_matrix/" = {
|
locations."/_matrix/" = {
|
||||||
proxyPass = "http://backend_conduit";
|
proxyPass = "http://backend_continuwuity";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
@ -139,9 +139,9 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
upstreams = {
|
upstreams = {
|
||||||
"backend_conduit" = {
|
"backend_continuwuity" = {
|
||||||
servers = {
|
servers = {
|
||||||
"[::1]:${toString config.services.matrix-conduit.settings.global.port}" = {};
|
"[::1]:${toString config.services.matrix-continuwuity.settings.global.port}" = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue