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 {
|
||||
# Configure Conduit itself
|
||||
# Configure continuwuity itself
|
||||
services.matrix-continuwuity = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ in {
|
|||
];
|
||||
|
||||
locations."/_matrix/" = {
|
||||
proxyPass = "http://backend_conduit";
|
||||
proxyPass = "http://backend_continuwuity";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
proxy_set_header Host $host;
|
||||
|
|
@ -139,9 +139,9 @@ in {
|
|||
};
|
||||
|
||||
upstreams = {
|
||||
"backend_conduit" = {
|
||||
"backend_continuwuity" = {
|
||||
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