mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:16:35 +01:00
renable
This commit is contained in:
parent
87f3f577b1
commit
587bd3d105
1 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,15 @@ in
|
||||||
locations."/_matrix".proxyPass = "http://[::1]:8448";
|
locations."/_matrix".proxyPass = "http://[::1]:8448";
|
||||||
locations."/_synapse/client".proxyPass = "http://[::1]:8448";
|
locations."/_synapse/client".proxyPass = "http://[::1]:8448";
|
||||||
};
|
};
|
||||||
|
"element.missing.ninja" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
root = pkgs.element-web.override {
|
||||||
|
conf = {
|
||||||
|
default_server_config = clientConfig;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue